Update README.md
parent
ba45be8d91
commit
9b3ded38ce
|
@ -22,7 +22,7 @@ An easy-to-use todo list program for people who live on the command line written
|
||||||
|
|
||||||
## Legend
|
## Legend
|
||||||
|
|
||||||
`Items marked like this` are commands for running on the command line
|
`Items marked like this` are instructions for running on the command line
|
||||||
|
|
||||||
**Items marked like this** are keywords, buttons, variables or specific files/folders
|
**Items marked like this** are keywords, buttons, variables or specific files/folders
|
||||||
|
|
||||||
|
@ -88,8 +88,6 @@ racket ~/path/to/rodo.rkt "$@"
|
||||||
|
|
||||||
The below examples assume that you have **rodo** [set up](https://github.com/m455/rodo#setup-a-path) in your **$PATH** folder.
|
The below examples assume that you have **rodo** [set up](https://github.com/m455/rodo#setup-a-path) in your **$PATH** folder.
|
||||||
|
|
||||||
**If you don't**: Navigate to the directory of the **rodo.rkt** file and use `./rodo.rkt <command-from-below>` if the **rodo.rkt** is executable or `racket rodo.rkt <command>` if it is not.
|
|
||||||
|
|
||||||
`init` - Initializes a file in **~/.rodo/todo-list** by default
|
`init` - Initializes a file in **~/.rodo/todo-list** by default
|
||||||
|
|
||||||
Example: `rodo init`
|
Example: `rodo init`
|
||||||
|
|
Loading…
Reference in New Issue