From 6bcae6ffad777f03420f382a0b220aa6faa4a2b6 Mon Sep 17 00:00:00 2001 From: frederik Date: Wed, 31 Jan 2024 16:03:03 +0100 Subject: [PATCH] howto migrate --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1924a11..6c6b939 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ A realtime acoustic bird classification system for the Raspberry Pi 4B, 400, 3B+

Icon made by Freepik from www.flaticon.com

+

+!! note: see 'Migrating' on how to migrate from mcguirepr89 +

## Introduction BirdNET-Pi is built on the [BirdNET framework](https://github.com/kahst/BirdNET-Analyzer) by [**@kahst**](https://github.com/kahst) using [pre-built TFLite binaries](https://github.com/PINTO0309/TensorflowLite-bin) by [**@PINTO0309**](https://github.com/PINTO0309) . It is able to recognize bird sounds from a USB microphone or sound card in realtime and share its data with the rest of the world. @@ -122,7 +125,13 @@ 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 +Run these commands to migrate to this repo +``` +git remote remove origin +git remote add origin https://github.com/Nachtzuster/BirdNET-Pi.git +./scripts/update_birdnet.sh +``` ## Troubleshooting and Ideas *Hint: A lot of weird problems can be solved by simply restarting the core services. Do this from the web interface "Tools" > "Services" > "Restart Core Services" Having trouble or have an idea? *Submit an issue for trouble* and a *discussion for ideas*. Please do *not* submit an issue as a discussion -- the issue tracker solicits information that is needed for anyone to help -- discussions are *not for issues*.