Skip to content

Commit

Permalink
docs: setting go env GOBIN
Browse files Browse the repository at this point in the history
  • Loading branch information
iuricmp authored Jul 10, 2024
1 parent 0a662c4 commit 304541a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/local-setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ to run on your machine.
```
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
go env -w GOBIN=$GOPATH/bin
```

## 1. Cloning the repository
Expand Down

0 comments on commit 304541a

Please sign in to comment.