mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
18 lines
392 B
Markdown
18 lines
392 B
Markdown
# Tachi-Docs
|
|
|
|
This is the documentation for Tachi.
|
|
|
|
Our docs are hosted under [https://docs.tachi.ac](https://docs.tachi.ac)
|
|
|
|
# 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`
|
|
- `pip install mkdocs-material`
|
|
- `mkdocs serve`
|
|
|
|
# Contributing
|
|
|
|
Fork the repository and PR your changes to `main`.
|