Add missing dir context to install steps
This commit is contained in:
@@ -106,6 +106,7 @@ module:
|
|||||||
Install:
|
Install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ cd yourproject
|
||||||
$ hugo mod init github.com/youraccount/yourproject
|
$ hugo mod init github.com/youraccount/yourproject
|
||||||
$ hugo mod get github.com/willfaught/paige
|
$ hugo mod get github.com/willfaught/paige
|
||||||
```
|
```
|
||||||
@@ -113,6 +114,7 @@ $ hugo mod get github.com/willfaught/paige
|
|||||||
Update:
|
Update:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ cd yourproject
|
||||||
$ hugo mod get -u
|
$ hugo mod get -u
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -127,12 +129,14 @@ theme: "paige"
|
|||||||
Install:
|
Install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ cd yourproject
|
||||||
$ git subtree add --prefix themes/paige --squash https://github.com/willfaught/paige master
|
$ git subtree add --prefix themes/paige --squash https://github.com/willfaught/paige master
|
||||||
```
|
```
|
||||||
|
|
||||||
Update:
|
Update:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ cd yourproject
|
||||||
$ git subtree pull --prefix themes/paige --squash https://github.com/willfaught/paige master
|
$ git subtree pull --prefix themes/paige --squash https://github.com/willfaught/paige master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user