From 752675a5cae86e698985357ab07e115706fbc874 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Oct 2024 16:37:19 +0300 Subject: [PATCH] docs and tweaks... Signed-off-by: Alex A. Naanou --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: