Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse authored Nov 28, 2023
1 parent fd38216 commit 2564abc
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 @@ -28,8 +28,8 @@ Requires Go 1.19 or newer to be installed.

`go install github.com/viamrobotics/canon@latest`

Make sure your GOBIN is in your PATH. If not, you can add it with something like:
`export PATH="$PATH:~/go/bin"`
Make sure your GOBIN is in your PATH. If not, you can temporarily add it with something like:
`export PATH="$(go env GOPATH)/bin:$PATH"`
Note: This path may vary. See https://go.dev/ref/mod#go-install for details.

## Usage
Expand Down

0 comments on commit 2564abc

Please sign in to comment.