From 492213e71bba8e2c21e405e0ffcda5360be2ca40 Mon Sep 17 00:00:00 2001 From: Vince Pike Date: Mon, 31 Jul 2023 08:41:46 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 227f19e1..98ee3698 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,9 @@ where `` points to the Qt install directory that contains `bin`, `lib`, etc. **Build** - +``` ninja +``` ### A Convenient Shell Script for Linux is available in the following location: `pack/build.sh`, and will install all the necessary prerequisites, and build a release version for immediate use.