diff options
| -rw-r--r-- | CLI/ruby/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md index b25cd0b..f4ddab7 100644 --- a/CLI/ruby/README.md +++ b/CLI/ruby/README.md @@ -44,14 +44,15 @@ Options: - Clone the repo. - Navigate to the ruby CLI implementation `cd game-of-life/CLI/ruby`. - run `bundle install` to install dependencies. -- run `bundle rake build` to build the gem/CLI into the `pkg` directory. -- run `bundle rake install` to build and install gem/CLI into system gems. +- you can run `bundle rake build` to build the gem/CLI into the `pkg` directory. +- you can run `bundle rake install` to build and install gem/CLI into system gems. +- you can run `bundle exec ./bin/game-of-life` to run the code for development/testing purposes ## Linting Run `bundle exec rubocop` ## Testing -Run `bundle exec rspec` or `bundle exec rake spec` +Run `bundle exec rspec` ## Documentation Run `bundle exec yard` |
