readme
This commit is contained in:
parent
b70e55ca4f
commit
cc59556b65
2 changed files with 7 additions and 8 deletions
11
README.md
11
README.md
|
@ -14,10 +14,16 @@ gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
|||
./build.sh
|
||||
```
|
||||
|
||||
## Start
|
||||
```bash
|
||||
node main.js --c=<your_config>.js --t=<web|node>
|
||||
```
|
||||
|
||||
## Example (One minute start)
|
||||
Also you can build example config
|
||||
```bash
|
||||
./build-example.sh
|
||||
|
||||
node main.js
|
||||
#or test if want check work
|
||||
node test.js
|
||||
|
@ -43,11 +49,6 @@ cat config.template > config.js
|
|||
cat config.example > config.js
|
||||
```
|
||||
|
||||
## Start
|
||||
```bash
|
||||
node main.js --c=<your_config>.js --t=<web|node>
|
||||
```
|
||||
|
||||
## Test
|
||||
Also you can test your parser
|
||||
```bash
|
||||
|
|
|
@ -2,6 +2,4 @@
|
|||
|
||||
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
||||
|
||||
cat config.example > config.js
|
||||
|
||||
node main.js
|
||||
cat config.example > config.js
|
Loading…
Add table
Add a link
Reference in a new issue