diff --git a/README.md b/README.md index 3ec5c7c..a9c115b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,14 @@ - npm - gcc -## Compile lemon-js +## Install ```bash +# bash +git clone -- http://git.macaw.me:3000/chichenkov/LemonJS +cd LemonJS + gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c +#or ./build.sh ```