Merge pull request #13 from george-e-shaw-iv/master

fixed go get line
This commit is contained in:
George Shaw 2017-10-20 15:03:15 -05:00 committed by GitHub
commit dd8be427ff

View file

@ -16,7 +16,7 @@ Package Manager: __[npm](https://www.npmjs.com/)__
```shell
# Go get the repo and append it to your $GOPATH
go get https://github.com/Ennovar/gPanel.git
go get github.com/Ennovar/gPanel
# Navigate to the directory (replace $GOPATH with your actual $GOPATH)
cd $GOPATH/github.com/Ennovar/gPanel