git submodule init missed

This commit is contained in:
Sebastian Breuer 2018-05-20 23:01:46 +02:00 committed by Daniel Molkentin
parent be1a6fe076
commit 55c280bd69

View file

@ -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`