git submodule init missed
This commit is contained in:
parent
be1a6fe076
commit
55c280bd69
|
@ -4,7 +4,7 @@ Running a dev setup
|
||||||
* Get Hugo: <https://gohugo.io/getting-started/installing>
|
* Get Hugo: <https://gohugo.io/getting-started/installing>
|
||||||
* Clone this repo:: `git clone https://github.com/cccb/www`
|
* Clone this repo:: `git clone https://github.com/cccb/www`
|
||||||
* Switch directory: `cd www`
|
* Switch directory: `cd www`
|
||||||
* Fetch Submodules: `git submodule update --recursive --remote`
|
* Fetch Submodules: `git submodule update --recursive --remote --init`
|
||||||
* run hugo webserver: `hugo serve`
|
* run hugo webserver: `hugo serve`
|
||||||
* Point your browser to `http://localhost:1313`
|
* Point your browser to `http://localhost:1313`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue