mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
committed by
digitalcraftsman
parent
88a07b7564
commit
51ee3fc735
@@ -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"
|
||||
|
Reference in New Issue
Block a user