Skip to content
Snippets Groups Projects
Commit 251fb8fc authored by David Hrbáč's avatar David Hrbáč
Browse files

Corrected README

parent e19d5084
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,11 @@ Mellanox ...@@ -32,9 +32,11 @@ Mellanox
Documentation pages are build with [MkDocs](http://www.mkdocs.org/), [MkDocs at GitHub](https://github.com/mkdocs/mkdocs/). You need to install mkdocs loacally so that you can build the pages and run developement web server. Documentation pages are build with [MkDocs](http://www.mkdocs.org/), [MkDocs at GitHub](https://github.com/mkdocs/mkdocs/). You need to install mkdocs loacally so that you can build the pages and run developement web server.
```bash ```bash
pip install mkdocs pygments pymdown-extensions pip install mkdocs pygments pymdown-extensions
``` ```
You can build the pages with `mkdocs build`. You can build the pages with `mkdocs build`.
```bash ```bash
...@@ -42,7 +44,6 @@ You can build the pages with `mkdocs build`. ...@@ -42,7 +44,6 @@ You can build the pages with `mkdocs build`.
INFO - Cleaning site directory INFO - Cleaning site directory
INFO - Building documentation to directory: /home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/site INFO - Building documentation to directory: /home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/site
``` ```
You can start local server with `mkdocs serve`. You can start local server with `mkdocs serve`.
```bash ```bash
......
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