From 351c86ee7a7d4303d7d248b8e75196e019d6f12c Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Fri, 11 Dec 2020 11:36:21 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- BUILDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDS.md b/BUILDS.md index 42a22192..6a10b194 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -41,7 +41,7 @@ make build * for `darwin`, the application will be created with name of the project directory (e.g `proton-bridge.app`) #### Build Bridge without GUI -* If you need bridge build without Qt dependencies, you can build it by running +* If you need to build bridge without Qt dependencies, you can do so by running ```bash make build-nogui