From 463461cf786d597eb39c2fe4a3697f744753cb6e Mon Sep 17 00:00:00 2001 From: Dimitris Marakomihelakis Date: Sun, 6 Dec 2020 21:38:35 +0200 Subject: [PATCH] Update README.md Added warning for non-bash shell users. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f8c3f2b..3020372 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ in the home directory. Find a file called `.bashrc` and open it. # Warnings! *THIS FILE IS ONLY FOR LINUX USERS* (prefered distro: Ubuntu 17.10 or higher) +*THIS NOTE SYSTEM WILL ONLY WORK ON BASH SHELL* (default shell for ubuntu, you may find bugs in other shells like zsh, ksh) + *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.) *DON'T USE newnote() TO READ NOTES* (Same goes for readnote() for writing new ones.)