Browse Source

Change the instructions

chopin42 4 years ago
parent
commit
ae314a3c1f
1 changed files with 10 additions and 10 deletions
  1. 10 10
      README.md

+ 10 - 10
README.md

@@ -67,7 +67,14 @@ make run
 
 ### From scratch
 
-1. Install the depedencies
+1. Download the source code:
+
+```bash
+git clone https://gitea.com/chopin42/simple-forum
+cd simple-forum
+```
+
+2. Install the depedencies
 
 Debian:
 
@@ -83,15 +90,8 @@ sudo dnf install python3 python3-pip
 pip3 install -r requirements.txt --user
 ```
 
-2. Download the source code:
-
-```bash
-git clone https://gitea.com/chopin42/simple-forum
-cd simple-forum
-```
-
-2. (Optional) Change the template to fit your needs
-3. Run the main file:
+3. (Optional) Change the template to fit your needs
+4. Run the main file:
 
 ```bash
 python3 app.py