update CLI documentation
This commit is contained in:
parent
0e9c5231a5
commit
b19d9de0bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue