From 0ce372f744fba41b0e042284408bfd813e44c814 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 25 Jun 2023 13:10:15 -0400 Subject: [PATCH] fix `README.md` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65e0bd97..bd9db37e 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,13 @@ Get the dependencies: pip install -r requirements.txt ``` +Then build a binary for your current platform: + ```bash python3 build.py ``` -Then to build the app: +### Building the app ``` cd desktop