diff --git a/README.md b/README.md index 862d23c..8f97c21 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,18 @@ I would recommended creating an alias for using it. For example: alias mkdocs="python ~/.local/lib/python3.11/site-packages/mkdocs/__main__.py" ``` -## "Compiling" +## Building -(unfinished) \ No newline at end of file +Build the website through: + +``` +$ mkdocs build +``` + +And preview it with: + +``` +$ mkdocs serve +``` + +This will host the website localy on [http://127.0.0.1:8000/](http://127.0.0.1:8000/). \ No newline at end of file