advertise rake commands in README
This commit is contained in:
parent
76307759a4
commit
b50be60304
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
https://github.com/louisrubet/rpn/ inspired language in ruby
|
||||
|
||||
To run REPL locally: `ruby -Ilib bin/rpl`
|
||||
To run REPL locally: `rake run`
|
||||
|
||||
To run the test suite: `find ./spec/ -name \*.rb -exec ruby -Ilib {} \;`
|
||||
To run the test suite: `rake test`
|
||||
|
||||
# TODO-list
|
||||
* pseudo filesystem: subdir for variables
|
||||
|
|
Loading…
Reference in a new issue