update README install instructions and add var to .gitignore

This commit is contained in:
fram3d 2024-01-18 12:37:07 +01:00
parent 066bac721b
commit a1c41349bd
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
2 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -27,7 +27,7 @@ eggs/
lib64/
parts/
sdist/
#var/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/

View File

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