We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7863a commit c514e86Copy full SHA for c514e86
README.md
@@ -7,7 +7,13 @@ This is the source repository for [termux.github.io](https://termux.github.io) a
7
8
## Run locally
9
10
-Install dependencies as explained at [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/), then run
+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
17
18
```
19
bundle exec jekyll serve --future
0 commit comments