[DOCS] frame: apt install git before cloning on a fresh Pi

This commit is contained in:
Twarner491
2026-06-22 14:11:08 -07:00
parent 672599fa3f
commit 454c64cd77
+1
View File
@@ -45,6 +45,7 @@ Then install in Pi and power up.
```bash ```bash
ssh <your-username>@birdpic.local ssh <your-username>@birdpic.local
sudo apt update && sudo apt install -y git
git clone https://github.com/Twarner491/AvianVisitors git clone https://github.com/Twarner491/AvianVisitors
cd AvianVisitors/frame cd AvianVisitors/frame
``` ```