mirror of
https://github.com/Crocmagnon/gopher-the-number.git
synced 2024-12-21 13:31:50 +01:00
Add go install to readme
This commit is contained in:
parent
cb2578101c
commit
aef101baef
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ as an exercise for TDD.
|
|||
## Build & run
|
||||
```shell
|
||||
go build ./
|
||||
# or
|
||||
go install github.com/Crocmagnon/gopher-the-number@latest
|
||||
|
||||
# then
|
||||
./gopher-the-number
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue