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