From c00177d3ba462cdac64558cb335d771a6a848d15 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sat, 28 Mar 2020 09:08:58 +0100 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQs.md b/FAQs.md index f13821a..e3cabc1 100644 --- a/FAQs.md +++ b/FAQs.md @@ -49,11 +49,11 @@ sudo installers/uninstall.sh ``` ### What are the steps to upgrade RaspAP? -Upgrading your current install to a **specific release** is very straightforward. For example, to upgrade to the current release [version 2.2](https://github.com/billz/raspap-webgui/releases/tag/2.2), enter the following in the RaspAP install folder (default location is `/var/www/html`): +Upgrading your current install to a **specific release** is very straightforward. For example, to upgrade to the current release [version 2.3](https://github.com/billz/raspap-webgui/releases/tag/2.3), enter the following in the RaspAP install folder (default location is `/var/www/html`): ``` sudo git fetch --tags -sudo git checkout tags/2.2 +sudo git checkout tags/2.3 ``` A tag is a pointer that isn't connected to the main development tree that git knows about. As a result, git will reply that you're in a 'detached HEAD' state. This isn't a big deal, it just means that you have a specific version of the code that isn't connected to the git tree.