From 0d9e530df83530d7bb8cccf670dfa5c0cdaa93af Mon Sep 17 00:00:00 2001 From: tastatur Date: Wed, 16 Aug 2023 21:14:15 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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