diff --git a/Makefile b/Makefile index 6ad588c..33dbd0e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # #---------------------------------------------------------------------- -EDITOR ?= vim +EDITOR ?= nano # CTs... diff --git a/README.md b/README.md index 35b1000..cd501d9 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ This setup will use three IP addresses: Open a terminal on the host (`ssh` or via the UI). -Optionally, set a desired default editor (defaults to `nano`) via: +Optionally, set a desired default editor via: ```shell -export EDITOR=.. +export EDITOR=nano ``` Download the [`bootstrap.sh`](./scripts/bootstrap.sh) script and execute it: