Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue authored and Clue committed Mar 8, 2016
1 parent 3daa2c4 commit 212bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gotube will generate a number of go-routines (no more than the number of your CP
- Set up go environment as in [https://golang.org/doc/install](https://golang.org/doc/install)
- (For Un*x users)
- ```export GOPATH=$HOME/path/to/workspace/```
- ```export PATH=$PATH:$GOPATH/bin```
- ```export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin```
- (For Windows users)
- In environment variables add GOPATH=path/to/workspace/
- Append path/to/workspace/bin to PATH
Expand Down

0 comments on commit 212bb58

Please sign in to comment.