From 35569a4c04640b96f487feb415ab2ad62c299487 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 19 May 2018 22:05:34 -0400 Subject: [PATCH] updated READEME.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17e9ea7..fed4ba4 100755 --- a/README.md +++ b/README.md @@ -29,10 +29,14 @@ following contents to it: #!/usr/bin/env bash racket ~/path/to/rodo.rkt "$@" ``` -(For example, if you `git clone`d the project to your -`~/downloads/` folder you would change `racket -~/path/to/rodo.rkt "$@"` to 'racket -~/downloads/rodo/rodo.rkt "$@"`) +For example, if you `git clone`d the project to your +`~/downloads/` folder you would change the line: + +`racket ~/path/to/rodo.rkt "$@"` + +to + +'racket ~/downloads/rodo/rodo.rkt "$@"` 4. Make the `rodo` file executable: