From 52e5f0a9d490090010d7e4d2ada272b106d39db4 Mon Sep 17 00:00:00 2001 From: George Hilliard Date: Tue, 10 Jan 2017 09:06:51 -0600 Subject: [PATCH] Mention NO_UPDATE_CHECK in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d440cf7..b506046 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,9 @@ It uses the GitHub API to perform this check; no identifying information is sent If a new release is found, a dialog will appear with a link to the new release. You can disable this behavior in the About dialog if you wish. +Update checks can also be disabled permanently at compile time by setting the `NO_UPDATE_CHECK` preprocessor variable to `1`. +This is especially useful for Linux builds that are distributed with a package manager that performs its own update checks. + Licensing --------- BullyCPP is free software, released under the GNU General Public License version 3 or later, as published by the Free Software Foundation.