Update README.md

Fix typo
This commit is contained in:
Dimitris Marakomihelakis 2020-12-09 16:32:07 +02:00 committed by GitHub
parent 4f8b3a9337
commit 38e2aa8160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,11 +38,11 @@ A simple and easy way to keep notes via your linux terminal.
## step 4:
-Open any text editor you want. Select "Open file" from its menu (Usually top left) and navigate to your home folder. Then, press `Ctrl + H` in order to show all the hidden files and folders
in the home directory. Find a file called `.bashrc` and open it.
in the home directory. Find a file called `.bashrc` and open it. (Different file for different shell)
## step 5:
-Go to the last line of the file you opened at step 4, and write: `source ~/.shellnotes.sh` in order to be able to use shellnotes every time you launch your terminal.
-Go to the last line of the file you opened in step 4, and write: `source ~/.shellnotes.sh` in order to be able to use shellnotes every time you launch your terminal.
# Warnings!