mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_developers/devguide.md
Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
parent
007fe59a95
commit
b1c04e87c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue