URL correction

This commit is contained in:
Tobi 2018-09-16 06:49:54 -04:00 committed by GitHub
parent 46f4ece33c
commit c0dbc5d5da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Make sure the path `GOPATH/bin` exists with:
## Installing dep (dependency manager for go) ## Installing dep (dependency manager for go)
See script in `browsh/interfacer/contrib/setup_dep.sh` for reference. See script in `browsh/interfacer/contrib/setup_dep.sh` for reference.
Get the latest amd64 linux binary of *dep* at [https://github.com/golang/dep/releases/]() Get the latest amd64 linux binary of *dep* at [https://github.com/golang/dep/releases/](https://github.com/golang/dep/releases/)
Move the binary to `GOPATH/bin/dep` and make sure `GOPATH/bin` exists with `mkdir -p $GOPATH/bin` Move the binary to `GOPATH/bin/dep` and make sure `GOPATH/bin` exists with `mkdir -p $GOPATH/bin`
> chmod +x $GOPATH/bin/dep > chmod +x $GOPATH/bin/dep