added note on how to fetch updates for submodules
This commit is contained in:
parent
58e96a5906
commit
99d2a68cd8
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ If you checkout your site from a repository which has this added as a submodule
|
||||||
$ git submodule init
|
$ git submodule init
|
||||||
$ git submodule update
|
$ git submodule update
|
||||||
|
|
||||||
|
In order to update all the existing submodules from their upstreams, you can either go into each submodule root folder and do the normal git pull or execute following command:
|
||||||
|
|
||||||
|
$ git submodule foreach git pull
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
After installation, you will need to configure the config.toml file, change pictures, and write your pages.
|
After installation, you will need to configure the config.toml file, change pictures, and write your pages.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue