fix install instructions in README

This commit is contained in:
2024-01-18 12:38:03 +01:00
parent 37b10f6879
commit 6ce7ab25d9

View File

@@ -20,7 +20,11 @@ python3 ./run.py #run project
```bash
cd build-deb/
sudo apt install ./flaskapp.deb
make
```
# Build app
```bash
sudo apt install ./flaskapp.deb
```