From bb4fdf1a7cb37042d823f8a9a66c4193d4e59baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 2 Feb 2017 11:21:35 +0100 Subject: [PATCH] Corrected README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 856ffbcec..cf8f9e087 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ 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. - ```bash pip install mkdocs pygments pymdown-extensions ``` @@ -44,6 +43,7 @@ You can build the pages with `mkdocs build`. INFO - Cleaning site directory INFO - Building documentation to directory: /home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/site ``` + You can start local server with `mkdocs serve`. ```bash -- GitLab