From aa754d88cadf3bccd25968fc2aaeefdda679132c Mon Sep 17 00:00:00 2001 From: Shin-Thant Date: Wed, 6 Mar 2024 21:50:59 +0630 Subject: [PATCH] Update readme install instruction --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`.