From bafd5eb81c62ecabbde88ea2bf567f8420792b58 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 5 Nov 2021 09:20:34 -0700 Subject: [PATCH] Update README.md Fix upgrade instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 75219e140..6eefe71b0 100644 --- a/README.md +++ b/README.md @@ -268,8 +268,7 @@ down the Web UI. We recommend a maintenance window of about an hour in case anything goes wrong during the upgrade. To upgrade Firezone, simply download the new OS package, install it over the existing installation with `sudo dpkg -i firezone_X.X.X.deb` or -`sudo rpm -i firezone_X.X.X.rpm`, and then restart Firezone services with -`sudo firezone-ctl restart`. +`sudo rpm -i firezone_X.X.X.rpm` and then run `sudo firezone-ctl reconfigure`. Occasionally problems arise. If you hit any, please let us know by [filing an issue](https://github.com/firezone/firezone/issues/new/choose).