Skip to content
Snippets Groups Projects
Commit 9a5f03e2 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Merge branch 'patch-1' into 'master'

Update README.md: installing submodules

See merge request hifis/hifis.net!134
parents 00bb5ceb cae2a1b2
No related branches found
No related tags found
1 merge request!134Update README.md: installing submodules
......@@ -16,11 +16,15 @@ is built using Jekyll.
```bash
bundle install
```
4. Build and preview the web page.
4. Install submodules (currently `bootstrap`, `Font-Awesome`, `jquery`, `MathJax`).
``` bash
git submodule update --init --recursive
```
5. Build and preview the web page.
```bash
bundle exec jekyll serve --future
```
5. Add content.
6. Add content.
Execute the commands above from the root of your repository.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment