mirror of
https://github.com/Crocmagnon/gopher-the-number.git
synced 2024-12-22 05:51: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
|
## Build & run
|
||||||
```shell
|
```shell
|
||||||
go build ./
|
go build ./
|
||||||
|
# or
|
||||||
|
go install github.com/Crocmagnon/gopher-the-number@latest
|
||||||
|
|
||||||
|
# then
|
||||||
./gopher-the-number
|
./gopher-the-number
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue