Skip to content

Commit

Permalink
fix document error
Browse files Browse the repository at this point in the history
  • Loading branch information
ctyin committed Jul 16, 2018
1 parent edc025d commit 5852394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ You can read more about this on my blog [Here](https://samaritan.ai/blog/reversi
### How to build it
Git clone the project into your $GOPATH/src directory and perform the following command
```go
cd $GOPATH/src
git clone https://github.com/P3GLEG/Whaler
go get -u https://github.com/P3GLEG/Whaler
cd $GOPATH/src/github.com/P3GLEG/Whaler
go build .
```
### How to run it
Expand Down

0 comments on commit 5852394

Please sign in to comment.