From adfac4deba6d4fc4d91c2a8d4b42a6d24241bfb0 Mon Sep 17 00:00:00 2001 From: a14m Date: Tue, 15 Dec 2020 13:58:06 +0100 Subject: Update ruby README (for testing) --- CLI/ruby/README.md | 7 ++++--- 1 file 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` -- cgit v1.2.3