Browse Source

Update 'README.md'

paologalli 4 years ago
parent
commit
38548f362e
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -33,4 +33,10 @@ Host server
 
 After the generation, you should edit the file and add the correct `HostName` (and eventually also `User` and `Port`). This script automatically open the config file after its generation using `nano` editor.
 
-You can't use this program until the config file is generated in the default folder (`~/.config/lcmlog`).
+You can't use this program until the config file is generated in the default folder (`~/.config/lcmlog`).
+
+## Editor
+The default editor is `nano`. If you want to use another editor, now I have to edit the source code and change the variable `EDITOR`. In a future update, this customization will be included in the configuration file.
+
+## TO DO
+* Implement custom editor in the configuration file.