diff --git a/README.md b/README.md index af7d9b9..b6671c8 100644 --- a/README.md +++ b/README.md @@ -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 +```