1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00
This commit is contained in:
Stylix58 2021-05-20 10:07:36 +02:00 committed by GitHub
parent 8f5e88f66f
commit 121fe83638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@ The official docs for Fosscord.
## Install
Just put in a terminal the following command:
`git clone https://github.com/fosscord/fosscord-docs && pip install material-mkdocs mkdocs-section-index`
`git clone https://github.com/fosscord/fosscord-docs && pip3 install material-mkdocs mkdocs-section-index`
## Launch
Dynamic build (for development):
`mkdocs serve`
`python3 -m mkdocs serve`
Standard build (for production):
`mkdocs build`
`python3 -m mkdocs build`