advertise rake commands in README

This commit is contained in:
Gwenhael Le Moine 2022-03-09 11:22:20 +01:00
parent 76307759a4
commit b50be60304
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

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