mirror of
https://github.com/donl/gPanel.git
synced 2026-05-25 22:06:55 -06:00
fixed go get line
This commit is contained in:
parent
0e7ee44170
commit
cfa6357ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue