This commit is contained in:
tl 2017-11-29 18:26:11 +00:00 committed by GitHub
commit f8d805838d
1 changed files with 9 additions and 0 deletions

View File

@ -71,6 +71,15 @@ This application can be installed by using `go get`:
`go get github.com/mpolden/ipd`
If you get the error $GOPATH not set. For more details see: go help gopath when trying to do **go get github.com/mpolden/ipd**, simply enter this into a terminal:
```sh
mkdir ~/.go
echo "GOPATH=$HOME/.go" >> ~/.bashrc
echo "export GOPATH" >> ~/.bashrc
echo "PATH=\$PATH:\$GOPATH/bin # Add GOPATH/bin to PATH for scripting" >> ~/.bashrc
source ~/.bashrc
```
### Usage
```