Update README.md
Fix typo
This commit is contained in:
parent
4f8b3a9337
commit
38e2aa8160
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue