fix install instructions in README

This commit is contained in:
fram3d 2024-01-18 12:38:03 +01:00
parent 37b10f6879
commit 6ce7ab25d9
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
1 changed files with 5 additions and 1 deletions

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
```