Add go install to readme

This commit is contained in:
Gabriel Augendre 2023-03-16 15:19:41 +01:00
parent cb2578101c
commit aef101baef

View file

@ -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
``` ```