Skip to content

Commit d80b068

Browse files
committed
update README.md
update .travis.yml
1 parent c6d8441 commit d80b068

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ before_install:
2121

2222

2323
script:
24-
- go build ../{sdl,gfx,img,mix,ttf}
2524
- go build -x -v ./game-of-life.go
26-
- go test *.go

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ $GOPATH/bin/game-of-life
1818
```
1919
**NOTE:** `go install` commands just compile the executable file and move it to `$GOPATH/bin` destination.
2020

21+
Also pre-built binaries can download from the [releases](https://github.com/hexvalid/game-of-life/releases) page.
22+
2123
## Testing
2224
```
2325
go test -v github.com/hexvalid/game-of-life
@@ -44,3 +46,6 @@ Example output of tests:
4446
PASS
4547
ok github.com/hexvalid/game-of-life
4648
```
49+
50+
51+
[releases]: https://github.com/hexvalid/game-of-life/releases

0 commit comments

Comments
 (0)