mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
20 lines
439 B
Markdown
20 lines
439 B
Markdown
# Tachi-Docs
|
|
|
|
This is the documentation for Tachi.
|
|
|
|
We host this on readthedocs, and you can find it [here](https://tachi.rtfd.io)!
|
|
|
|
# Setup
|
|
|
|
If you're in a horribly hellish python environment like me (Sorry Sera, you know its true) make sure you use `pip3`
|
|
|
|
- `pip install mkdocs`
|
|
- `git clone <this repo>`
|
|
- `pip install mkdocs-material`
|
|
- `cd repo`
|
|
- `mkdocs serve`
|
|
|
|
# Contributing
|
|
|
|
Fork the repository and PR your changes to `master`.
|