1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-10 04:12:32 +01:00

[enh] remove mkdocs dep

he is a dep of mkdocs-material
This commit is contained in:
Stylix58 2021-06-23 18:15:42 +02:00 committed by GitHub
parent 9bd16309d8
commit 65e598aa64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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