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
@@ -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"