# Contributing (To the docs repo) This repo for the documentation here is open source, so please make your edits there: `git clone https://codeberg.org/carette/ll-hax-docs.git` [https://codeberg.org/carette/ll-hax-docs](https://codeberg.org/carette/ll-hax-docs) DM/ping me (@caretchara) on [Discord](https://discord.gg/VnhnvdW8CG) if you need it to be updated (the public instance). ## Using conda ```sh conda create --name ll-hax-docs python=3.8.2 conda activate ll-hax-docs pip install mkdocs mkdocs-material mkdocs serve ``` ## Using venv ```sh python3 -m venv venv source venv/bin/activate pip install mkdocs mkdocs-material mkdocs serve ```