Browse Source

Correct Makefile instructions

chopin42 4 years ago
parent
commit
50880bbafe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -52,7 +52,7 @@ Debian:
 ```bash
 git clone https://gitea.com/chopin42/simple-forum
 cd simple-forum
-make debian
+sudo make debian
 make run
 ```
 
@@ -61,7 +61,7 @@ Fedora:
 ```bash
 git clone https://gitea.com/chopin42/simple-forum
 cd simple-forum
-make fedora
+sudo make fedora
 make run
 ```