docs and tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-21 16:37:19 +03:00
parent fb0005e9d1
commit 752675a5ca
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
#
#----------------------------------------------------------------------
EDITOR ?= vim
EDITOR ?= nano
# CTs...

View File

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