From 4940c939ad7a5b0c0671c015c5967bfde8808d04 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sun, 29 Jul 2018 09:55:23 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a767688..3a47eaf 100755 --- a/README.md +++ b/README.md @@ -14,15 +14,15 @@ project for use on your local machine ### Setting up rodo -1. Download from your terminal by running: +Download from your terminal by running: `git clone https://github.com/m455/rodo` -2. Create a $PATH if you haven't done so already: +Create a $PATH if you haven't done so already: `echo "export PATH=~/bin:$PATH" >> .bashrc` -3. Create a file called `rodo` in your $PATH and add the +Create a file called `rodo` in your $PATH and add the following contents to it: ``` @@ -38,7 +38,7 @@ to `racket ~/downloads/rodo/rodo.rkt "$@"` -4. Make the `rodo` file executable: +Make the `rodo` file executable: `chmod u+x rodo`