mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-23 09:43:32 +00: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
|
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
|
```bash
|
||||||
rm -rf "$GOPATH/src/github.com/spf13/hugo"
|
rm -rf "$GOPATH/src/github.com/spf13/hugo"
|
||||||
|
|
Loading…
Reference in a new issue