Update README.md

main
Jesse Laprade 2018-09-08 00:17:46 -04:00 committed by GitHub
parent ba45be8d91
commit 9b3ded38ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@ An easy-to-use todo list program for people who live on the command line written
## 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
@ -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.
**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
Example: `rodo init`