updated READEME.md

main
m455 2018-05-19 22:09:18 -04:00
parent 6fbaded464
commit b62b8d18fb
1 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ project for use on your local machine
* GNU/Linux * GNU/Linux
* Racket 6.x * Racket 6.x
## Setting up rodo ### Setting up rodo
1. Download from your terminal by running: 1. Download from your terminal by running:
@ -42,21 +42,21 @@ to
`chmod u+x rodo` `chmod u+x rodo`
### Usage ## Usage
## `init` ### `init`
Initializes a file in *~/.rodo/todo-list* Initializes a file in *~/.rodo/todo-list*
**Example:** `$ rodo init` **Example:** `$ rodo init`
## `ls` ### `ls`
Lists items from the list Lists items from the list
**Example:** `$ rodo rm 1` **Example:** `$ rodo rm 1`
## `add` ### `add`
Adds an item to the list Adds an item to the list
@ -65,7 +65,7 @@ Adds an item to the list
**Note:** For multi-word items you will need to surround your item in double quotes like this: **Note:** For multi-word items you will need to surround your item in double quotes like this:
`$ rodo add "go to the bank"` `$ rodo add "go to the bank"`
## `rm` ### `rm`
Removes an item from the list Removes an item from the list