From 189c7cf3f49300d619ae5103019ee10e5a7485b1 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 15 Apr 2022 09:58:02 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 181ee07..b95aed0 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,14 @@ Please take a look at the [wiki](https://github.com/mcguirepr89/BirdNET-Pi/wiki) - [beta testing](https://github.com/mcguirepr89/BirdNET-Pi/discussions/11) - [and more!](https://github.com/mcguirepr89/BirdNET-Pi/discussions) + +## Updating + +Since the change in RaspiOS that has discontinued the default `pi` user, the recommended update instructions for installations that _do_ have the default `pi` user: +1. Go to "Tools" > "Web Terminal" +2. Type ```git pull``` +3. Go to "Tools" > "System Controls" > "Update" > "OK" + ## Uninstallation ``` /usr/local/bin/uninstall.sh && cd ~ && rm -drf BirdNET-Pi