From 6ce7ab25d91f499d5bc9a703a9b726b47337bb47 Mon Sep 17 00:00:00 2001 From: fram3d Date: Thu, 18 Jan 2024 12:38:03 +0100 Subject: [PATCH] fix install instructions in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +```