Skip to content

Commit

Permalink
Fix build instructions on latest go versions. (#495)
Browse files Browse the repository at this point in the history
* Fix build instructions on latest go versions. Using go get for installation is deprecated.  Advise to run go install for this.

* Update docs/installation-building.md

---------

Co-authored-by: Nico Pazos <[email protected]>
  • Loading branch information
bionade24 and npazosmendez authored Jun 13, 2024
1 parent 051b3d1 commit bb3e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ These commands will install the binary as `$GOPATH/bin/carbon-relay-ng`
cd carbon-relay-ng
# e.g. to check out a specific version instead of master:
# git checkout v1.1
go get github.com/shuLhan/go-bindata/cmd/go-bindata
go install github.com/shuLhan/go-bindata/cmd/go-bindata
make


Expand Down

0 comments on commit bb3e8ec

Please sign in to comment.