Skip to content

Commit c514e86

Browse files
committed
README: document that there are submodules
And how to get them.
1 parent af7863a commit c514e86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ This is the source repository for [termux.github.io](https://termux.github.io) a
77

88
## Run locally
99

10-
Install dependencies as explained at [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/), then run
10+
Get the git submodules with:
11+
12+
```
13+
git submodule update --init
14+
```
15+
16+
And then install dependencies as explained at [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/), and finally run
1117

1218
```
1319
bundle exec jekyll serve --future

0 commit comments

Comments
 (0)