Files
docs/README.md
T
Piotr Król 1737166a4b README: fix typo in local build commands
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
2021-03-29 01:18:25 +02:00

213 B

About

This repository contains source code for Dasharo documentation webpage

Local build

virtualenv -p $(which python3) venv
source venv/bin/activate
pip install mkdocs mkdocs-material
mkdocs build