This commit is contained in:
parent
af5c84fff2
commit
2ff08b00fd
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
# Hackertours Web Site
|
||||
|
||||
## Complete the checkout
|
||||
|
||||
We need the submodule for the theme, so update/clone the submodules:
|
||||
|
||||
```shell
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
## Run in dev mode
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue