Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
remove instructions to set up base path for local clone of fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsl committed Jun 3, 2016
1 parent f0a5455 commit de0281d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/Guide to Contributing to Sia.md
Expand Up @@ -39,11 +39,6 @@ $ echo 'export GOPATH=$HOME/golang' >> $HOME/.profile
$ echo 'export PATH=$PATH:$GOPATH/bin' >> $HOME/.profile
```

Make a base path for your code. (You'll need [a Github account][signup].)
```
$ mkdir -p $GOPATH/src/github.com/<username>
```

<a name="learn-go"/>
### Learn Go
* To get familiar with the language, start with the official [Tour of Go][tour].
Expand Down

0 comments on commit de0281d

Please sign in to comment.