diff --git a/README.md b/README.md index b74ba1b..bae61a7 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,8 @@ pets: In order to use the `yo` command, compile it using the following command: -```bash -go get -u github.com/lucasepe/yo +```sh +$ go install github.com/lucasepe/yo@latest ``` This will create the executable under your `$GOPATH/bin` directory.