diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh
index 8b1ea33..6d102db 100755
--- a/Birders_Guide_Installer.sh
+++ b/Birders_Guide_Installer.sh
@@ -3,7 +3,7 @@ set -e
USER=pi
HOME=/home/pi
my_dir=${HOME}/BirdNET-Pi
-branch=newinstaller
+branch=main
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
if [ "$(uname -m)" != "aarch64" ];then
diff --git a/README.md b/README.md
index 833f938..ae7e9c9 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ A realtime acoustic bird classification system for the Raspberry Pi 4B
The BirdNET-Pi project is built on the [TFLite version of BirdNET](https://github.com/kahst/BirdNET-Lite). It is able to recognize bird sounds from a USB sound card in realtime.
[Check out my live system](https://birdnetpi.pmcgui.xyz)
-[and NatureStation.net](https://birds.naturestation.net)
+[and NatureStation.net](https://birds.naturestation.net)
+[and an installation in Germany](https://birdnetpigermany.hopto.org)
## Features
* 24/7 recording and BirdNET-Lite analysis