From cb008d66a5d75b5fa965ec855dbff74c73451531 Mon Sep 17 00:00:00 2001 From: Nachtzuster Date: Thu, 15 Feb 2024 11:32:01 +0100 Subject: [PATCH] Always have a backup --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 769be0b..401c2d0 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,9 @@ Use the web interface and go to "Tools" > "System Controls" > "Update." If you e /usr/local/bin/uninstall.sh && cd ~ && rm -drf BirdNET-Pi ``` ## Migrating -Before switching, make sure your installation is fully up to date. Run these commands to migrate to this repo +Before switching, make sure your installation is fully up to date. Also make sure to have a backup, that is also the only way to get back to the original BirdNET-Pi. + +Run these commands to migrate to this repo: ``` git remote remove origin git remote add origin https://github.com/Nachtzuster/BirdNET-Pi.git