mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
+5
-3
@@ -145,11 +145,13 @@ started:
|
||||
|
||||
### Build Hugo with Your Changes
|
||||
|
||||
**Note:** Hugo uses [mage](https://github.com/magefile/mage) to build.
|
||||
|
||||
```bash
|
||||
cd $HOME/go/src/github.com/gohugoio/hugo
|
||||
make hugo
|
||||
mage hugo
|
||||
# or to install in $HOME/go/bin:
|
||||
make install
|
||||
mage install
|
||||
```
|
||||
|
||||
### Updating the Hugo Sources
|
||||
@@ -160,6 +162,6 @@ well.
|
||||
|
||||
```
|
||||
git pull
|
||||
make vendor
|
||||
mage vendor
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user