update CLI documentation

This commit is contained in:
Daniel Kang 2019-01-30 01:23:26 -08:00
parent 0e9c5231a5
commit b19d9de0bf

View file

@ -23,8 +23,8 @@ tengo myapp.tengo
Or, you can compile the code into a binary file and execute it later.
```bash
tengo -c -o myapp myapp.tengo # compile 'myapp.tengo' into binary file 'myapp'
tengo myapp # execute the compiled binary `myapp`
tengo -o myapp myapp.tengo # compile 'myapp.tengo' into binary file 'myapp'
tengo myapp # execute the compiled binary `myapp`
```
## Tengo REPL