Skip to content

Commit

Permalink
README: Update QuickJS install on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Apr 26, 2021
1 parent 4947895 commit 10ead63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ eshost --add "xs" xs $ESHOST_PATH_XS;
##### This will install QuickJS on macOS

```sh
if [ "$(uname)" = Darwin ]; then wget https://bellard.org/quickjs/quickjs-2020-01-19.tar.xz; tar -xf quickjs-2020-01-19.tar.xz;
cd quickjs-2020-01-19 && make; if [ -f "$PWD/run-test262" ]; then ln -s $PWD/run-test262 /usr/local/bin/qjs-for-eshost; fi; fi;
if [ "$(uname)" = Darwin ]; then wget https://bellard.org/quickjs/quickjs-2021-03-27.tar.xz; tar -xf quickjs-2021-03-27.tar.xz;
cd quickjs-2021-03-27 && make; if [ -f "$PWD/run-test262" ]; then ln -s $PWD/run-test262 /usr/local/bin/qjs-for-eshost; fi; fi;
```


Expand Down

0 comments on commit 10ead63

Please # to comment.