From 454c64cd77f7190700d78dd209bb6f4e38cf137b Mon Sep 17 00:00:00 2001 From: Twarner491 Date: Mon, 22 Jun 2026 14:11:08 -0700 Subject: [PATCH] [DOCS] frame: apt install git before cloning on a fresh Pi --- frame/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/frame/README.md b/frame/README.md index eed654b..ab1a8d5 100644 --- a/frame/README.md +++ b/frame/README.md @@ -45,6 +45,7 @@ Then install in Pi and power up. ```bash ssh @birdpic.local +sudo apt update && sudo apt install -y git git clone https://github.com/Twarner491/AvianVisitors cd AvianVisitors/frame ```