summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-04 16:38:22 +0100
committera14m <[email protected]>2020-12-04 16:38:22 +0100
commit9d4cc735b41848eeb996d413117bc7c076c57734 (patch)
treed634bdf977a6afd2677d7e08559d95352708f40e /CLI/ruby
parente402229c03a65259b7d1cbd8d7b9730af2180269 (diff)
Add docs about running the binary
Diffstat (limited to 'CLI/ruby')
-rw-r--r--CLI/ruby/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md
index 0e8fb42..1d15ea2 100644
--- a/CLI/ruby/README.md
+++ b/CLI/ruby/README.md
@@ -9,6 +9,8 @@ $ gem install terminal_game_of_life
## Usage
+Run `$game-of-life -i https://gitlab.com/a14m --live-cell +`
+
Check `game-of-life --help` for usage info.
```