explain more in README

This commit is contained in:
Gwenhael Le Moine 2022-10-04 17:10:23 +02:00
parent 1630622f51
commit 864a8a2b07
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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`