mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 18:22:31 +01:00
PYTHON3
This commit is contained in:
parent
8f5e88f66f
commit
121fe83638
@ -3,13 +3,13 @@ The official docs for Fosscord.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
Just put in a terminal the following command:
|
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
|
## Launch
|
||||||
Dynamic build (for development):
|
Dynamic build (for development):
|
||||||
|
|
||||||
`mkdocs serve`
|
`python3 -m mkdocs serve`
|
||||||
|
|
||||||
Standard build (for production):
|
Standard build (for production):
|
||||||
|
|
||||||
`mkdocs build`
|
`python3 -m mkdocs build`
|
||||||
|
Loading…
Reference in New Issue
Block a user