From 9b3ded38ce75ef1a76189f9926fbf0b09a02e5b7 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sat, 8 Sep 2018 00:17:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 843ec96..5737f9e 100755 --- a/README.md +++ b/README.md @@ -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 ` if the **rodo.rkt** is executable or `racket rodo.rkt ` if it is not. - `init` - Initializes a file in **~/.rodo/todo-list** by default Example: `rodo init`