From 90524ec2bf7f79e6730aae1bc2e9f418f814c0f4 Mon Sep 17 00:00:00 2001 From: moualhi zine el abidine Date: Mon, 13 Nov 2023 18:46:13 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20simple=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: moualhi zine el abidine --- README.md | 5 ++--- .goreleaser.yml => src/.goreleaser.yml | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename .goreleaser.yml => src/.goreleaser.yml (100%) 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