mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-10 04:12:32 +01:00
PYTHON3
This commit is contained in:
parent
8f5e88f66f
commit
121fe83638
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user