Update docs/_developers/devguide.md

Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
Felix Lange 2019-11-22 16:01:30 +01:00 committed by GitHub
parent 007fe59a95
commit b1c04e87c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ no effect, since the import paths will be appended to `$GOPATH/src`, and if the
not exist, the version at master HEAD will be downloaded. not exist, the version at master HEAD will be downloaded.
Most likely you will be working from your fork of `go-ethereum`, let's say from Most likely you will be working from your fork of `go-ethereum`, let's say from
`github.com/nirname/go-ethereum`. Clone or move your fork into the right place: `github.com/yourname/go-ethereum`. Clone or move your fork into the right place:
``` ```
git clone git@github.com:nirname/go-ethereum.git $GOPATH/src/github.com/ethereum/go-ethereum git clone git@github.com:nirname/go-ethereum.git $GOPATH/src/github.com/ethereum/go-ethereum