From 22fd988f215d7179f79ac1ee46fa6bdccffb6b2d Mon Sep 17 00:00:00 2001 From: tastatur Date: Wed, 16 Aug 2023 21:06:54 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 5008383..862d23c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,26 @@ Guides and configuration files of my desktop Void install. To begin go to the [wiki](https://git.bijl.us/lnco/void-desktop-guide/wiki)! + + + +## Prerequisites + +Install `mkdocs` through pip: + +``` +# xbps-install -Sy python3-devel python3-pip +$ pip install mkdocs +``` + +This will put a binary in `~/.local/lib/python3.11/site-packages/mkdocs/__main__.py` + +I would recommended creating an alias for using it. For example: + +``` +alias mkdocs="python ~/.local/lib/python3.11/site-packages/mkdocs/__main__.py" +``` + +## "Compiling" + +(unfinished) \ No newline at end of file