From 2a9b4d82dec10d26009fd2c19440b9be5d9ce15c Mon Sep 17 00:00:00 2001 From: Michael Bierman Date: Wed, 2 Feb 2022 23:57:07 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a061cff..b4c43e6 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,8 @@ WARNING: if you use these commands you are stopping and removing the container. ``` sudo docker-compose down && sudo docker container stop homebridge && sudo docker container rm homebridge && sudo docker image rm oznu/homebridge && sudo docker system prune && sudo systemctl start docker -rm /home/pi/.firewalla/config/post_main.d/start_unifi.sh -rm ~/.firewalla/config/dnsmasq_local/unifi -rm -rf /home/pi/.firewalla/run/docker/unifi +rm /home/pi/.firewalla/config/post_main.d/start_homebridge.sh +rm -rf /home/pi/.firewalla/run/docker/homebridge ``` There are lots of homebridge communities on [Reddit](https://www.reddit.com/r/homebridge/) and [discord](https://discord.com/channels/432663330281226270/432671265774632961). If you have homebridge questions, please check there.