diff options
| author | a14m <[email protected]> | 2020-12-16 16:00:19 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-16 16:20:36 +0100 |
| commit | cb2b2e0bfed2747fea283745ab0f099eabc1a60e (patch) | |
| tree | a0a0876aa00fd579b63dc0da8228bcd90232143b /CLI/ruby | |
| parent | f10893d25908cc55b612498b5506430445d152ea (diff) | |
Update the README with the new links to sr.ht
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md index f4ddab7..fd78c30 100644 --- a/CLI/ruby/README.md +++ b/CLI/ruby/README.md @@ -10,7 +10,7 @@ $ gem install terminal_game_of_life ## Usage ```bash -$game-of-life -i https://gitlab.com/a14m.keys --live-cell + +$game-of-life -i https://meta.sr.ht/~a14m.keys --live-cell + $game-of-life -i /path/to/file.txt --height 35 --width 35 $game-of-life -s 1337 --delay 250 ``` @@ -67,6 +67,6 @@ The tag will automatically trigger the release workflow after successful build/t and release the changes to [rubygems.org](https://rubygems.org/gems/terminal_game_of_life) ## Extra information -### [Contributing](https://gitlab.com/a14m/game-of-life/-/blob/master/CONTRIBUTING.md) -### [License](https://gitlab.com/a14m/game-of-life/-/blob/master/LICENSE.md) -### [Code of Conduct](https://gitlab.com/a14m/game-of-life/-/blob/master/CODE_OF_CONDUCT.md) +### [Contributing](../../CONTRIBUTING.md) +### [License](../../LICENSE.md) +### [Code of Conduct](../../CODE_OF_CONDUCT.md) |
