mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
88a07b7564
commit
51ee3fc735
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,11 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
|
|||
|
||||
go get -u -v github.com/spf13/hugo
|
||||
|
||||
6. Use a symbolic link to add your locally cloned Hugo repository to your `$GOPATH`, assuming you prefer doing development work outside of `$GOPATH`:
|
||||
6. Install the test dependencies (needed if you want to run tests):
|
||||
|
||||
go get -v -t -d ./...
|
||||
|
||||
7. Use a symbolic link to add your locally cloned Hugo repository to your `$GOPATH`, assuming you prefer doing development work outside of `$GOPATH`:
|
||||
|
||||
```bash
|
||||
rm -rf "$GOPATH/src/github.com/spf13/hugo"
|
||||
|
|
Loading…
Reference in a new issue