We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bb431 commit f11c46bCopy full SHA for f11c46b
README.md
@@ -18,7 +18,7 @@ Terminal based Conway's Game of Life. Implemented in Go.
18
Go to release page and download.
19
20
```shell
21
-$ wget https://github.com/sachaos/go-life/releases/download/v0.1.0/go-life_darwin_amd64 -O /usr/local/bin/go-life
+$ wget https://github.com/sachaos/go-life/releases/download/v0.3.0/go-life_darwin_amd64 -O /usr/local/bin/go-life
22
$ chmod +x /usr/local/bin/go-life
23
```
24
0 commit comments