diff --git a/README.md b/README.md index 07e738f..260c3e9 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ This project is highly inspired by [Goose](https://github.com/pressly/goose) whi ### Install ```sh -go get github.com/Shin-Thant/gograte +go install github.com/Shin-Thant/gograte/cmd/gograte@latest ``` +This will install the `gograte` binary to your `$GOPATH/bin` directory. + ### Guides Move to `cmd/gograte` directory and run `go install`.