Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbo-rave authored Jun 14, 2022
1 parent 4b414eb commit 63248ba
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 @@ -12,6 +12,6 @@

# how to use

Run `mix escript.build` and it will generate `smalc.exe`. Use `smalc filename` to run a file, or `smalc eval "code"` to evaluate an expression, or `smalc repl` for a repl.
Run `mix escript.build` and it will generate `smalc.exe`. Use `smalc filename` to run a file, or `smalc -eval "code"` to evaluate an expression, or `smalc -repl` for a repl.

Run `smalc help` for the help guide.
Run `smalc -help` for the help guide.

0 comments on commit 63248ba

Please sign in to comment.