Test for ${EDITOR} or fall-back to nano for text file editing

This commit is contained in:
Miles Goodhew
2023-01-15 13:15:28 +11:00
parent 6e027bf541
commit e5c1d42247
4 changed files with 27 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ How do I Enable Concurrent Mode?
Edit the `Makefile` with a text editor:
```
nano Makefile
${EDITOR} Makefile
```
Change the following line: