summaryrefslogtreecommitdiffstats
path: root/CLI
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-15 13:58:06 +0100
committera14m <[email protected]>2020-12-15 14:00:41 +0100
commitadfac4deba6d4fc4d91c2a8d4b42a6d24241bfb0 (patch)
treebd692faa1d984143ea9c545515bce067669900c2 /CLI
parent566dcf3e818a30da809ea448e165ee4b0f83ff58 (diff)
Update ruby README (for testing)
Diffstat (limited to 'CLI')
-rw-r--r--CLI/ruby/README.md7
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`