diff --git a/README.md b/README.md index 85488e5..d0aa2c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ Run this command to install note to your path. +###Installation `sudo ./note-install` + +###Usage + +`note [text]` - will one row of text to the notefile. + +`note less` - will show everything in the notefile with the `less`-command. + +`note` - will let you type anything until a command is entered. + +#### Note Commands + +`:q` - exit + +`:exit` - exit + +`:less` - will show the notefile with the `less` command.