From afaaf5094d9064642aa999efec69f7c661be89f8 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sat, 15 Sep 2018 01:19:42 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 10297b0..7a0e56a 100755 --- a/README.md +++ b/README.md @@ -76,13 +76,7 @@ racket ~/path/to/rodo.rkt "$@" ``` 3. Save the file -For example, if you downloaded the project to your ~/downloads/ folder you would change the line - -`racket ~/path/to/rodo.rkt "$@"` - -to - -`racket ~/downloads/rodo/rodo.rkt "$@"` +For example, if you downloaded the project to your ~/downloads/ folder you would change the line `racket ~/path/to/rodo.rkt "$@"` to `racket ~/downloads/rodo/rodo.rkt "$@"` 2. Make the rodo wrapper file executable by running`chmod u+x ~/bin/rodo`