From 121fe836383f689dc04c0868d1989b4f4a44ebf5 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 20 May 2021 10:07:36 +0200 Subject: [PATCH] PYTHON3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79055af..943c00f 100644 --- a/README.md +++ b/README.md @@ -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`