Skip to content

Commit

Permalink
chore: adding extra step zsh at Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
susilodev committed Nov 29, 2024
1 parent 3a042ce commit b541795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ go install github.com/melkeydev/go-blueprint@latest

This installs a go binary that will automatically bind to your $GOPATH

if you using zsh, you should add manualy at `~/.zshrc`
> if you’re using Zsh, you’ll need to add it manually to `~/.zshrc`.
```bash
GOPATH=$HOME/go PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
```

dont forget to update
don't forget to update

```bash
source ~/.zshrc
Expand Down

0 comments on commit b541795

Please sign in to comment.