From 57c3862e5f1540e9d1af6cee252e7e7018943640 Mon Sep 17 00:00:00 2001 From: Dimitris Marakomihelakis Date: Sun, 17 Jan 2021 11:34:14 +0200 Subject: [PATCH] Add warning (Readme) Added a warning and made some minor changes in the README file --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a96e40..c7db04c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ A simple and easy way to keep notes via your linux terminal. ## quickread: Read a note directly from terminal. ## listnotes: - View a full list of notes from your notes folder. + View a full list of notes from your default notes folder. ## delnote: - Delete a note from your notes folder. + Delete a note from your default notes folder. ## shellnotes(-v or --version, -r,-h or --help): Information about shellnotes. ## findnote: @@ -55,4 +55,6 @@ in the home directory. Find a file called `.bashrc` and open it. *THIS SYSTEM IS MADE FOR BASH SHELL* (Change your shell if necessary.) +*DEFAULT EDITORS AND FOLDER MUST BE VALID* + *DON'T CHANGE THE SCRIPT* (Only in case you don't have the default editors who are gedit and nano. In that case, you can either change them, or install the default ones.)