explain more in README
This commit is contained in:
parent
1630622f51
commit
864a8a2b07
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
|||
|
||||
Reverse-Polish-Lisp inspired language in ruby
|
||||
|
||||
# Install
|
||||
`gem install rpl`
|
||||
|
||||
# Usage
|
||||
* `rpl --help`
|
||||
* run RPL: `rpl`
|
||||
* by default rpl persists its state in ~/.local/state/rpl.rb/machine which is created if needed
|
||||
|
||||
# Development
|
||||
To run REPL locally: `rake run`
|
||||
|
||||
To run the test suite: `rake test`
|
||||
|
|
Loading…
Reference in a new issue