Replace \$EDITOR with nano in README and bootstrap instructions

https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
This commit is contained in:
Claude
2026-04-20 00:46:39 +00:00
parent 4d5da05bc9
commit 9ea03d2249
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ cd /opt/sky-cam
### 3. Configure
```bash
$EDITOR sky-cam.conf
nano sky-cam.conf
```
`SCRIPT_DIR` and `BASE_DIR` are auto-detected — you only need to fill in settings specific to your setup:
+1 -1
View File
@@ -35,4 +35,4 @@ echo ""
echo " 3. cd $TARGET && ./install.sh"
echo " This generates .env.example — copy it to .env and add credentials:"
echo " cp $TARGET/.env.example $TARGET/.env"
echo " \$EDITOR $TARGET/.env"
echo " nano $TARGET/.env"