From 9ea03d2249be5555b15143ea7a04d40791b18dbd Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Apr 2026 00:46:39 +0000 Subject: [PATCH] Replace \$EDITOR with nano in README and bootstrap instructions https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ --- README.md | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88df55b..c51888d 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/bootstrap.sh b/bootstrap.sh index 8bb45ea..f0c3e42 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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"