diff --git a/README.md b/README.md index 7bffe43..6b30f03 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,14 @@ for selecting the type of change, scope, and description of your commit message. **Homebrew** ```bash -brew tap muandane/gitmoji -brew install goji +brew install muandane/goji ``` **Build locally** ```bash git clone https://github.com/muandane/goji.git && cd goji -go build ./src/cmd/goji.go +go build ./src/ mv goji /usr/local/bin goji --version ``` diff --git a/.goreleaser.yml b/src/.goreleaser.yml similarity index 100% rename from .goreleaser.yml rename to src/.goreleaser.yml