Skip to content

Commit e9b5130

Browse files
committed
Merge pull request #1 from krainboltgreene/patch-1
Editing markup, clarifying, organizing.
2 parents 08ca076 + 8c2c47e commit e9b5130

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
Notes in Bash
2+
-------------
23

34
Quick Notes from the terminal, anywhere.
45

5-
To install:
6+
Installing
7+
----------
68

7-
1. Move this folder (notes) to ~/bin
8-
2. Create the directory ~/.notes
9-
3. Add: "source ~/bin/notes/notes" (no quotes) to your ~/.profile or ~/.bash_profile file
9+
1. `git clone https://github.com/nchelluri/notes.git ~/bin`
10+
2. `mkdir ~/.notes`
11+
3. Add `source ~/bin/notes/notes` to `~/.profile` **or** `~/.bash_profile`
1012

11-
Done!
13+
Using
14+
--------
1215

13-
Now from Terminal you can do:
16+
Now you should be able to use Notes, like so:
1417

15-
notes # to list all notes
16-
new-note asdf # to create a note named asdf
17-
note as<TAB> # to view the note named asdf
18-
edit-note asdf # to edit the note named asdf
18+
notes # to list all notes
19+
new-note asdf # to create a note named asdf
20+
note as<TAB> # to view the note named asdf
21+
edit-note asdf # to edit the note named asdf
1922

2023
The End

0 commit comments

Comments
 (0)