From 4d994c47fc8a972de7d7d0dbf453b2aa6e913a75 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Fri, 7 Sep 2018 21:32:50 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c2a935..d97265b 100755 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Run `git clone https://github.com/m455/rodo` at the command line if you use Git #### Using the executable binary -Create a $PATH if you haven't done so already by running `echo "export PATH=~/bin:\$PATH" >> .bashrc` +Create a **$PATH** if you haven't done so already by running `echo "export PATH=~/bin:\$PATH" >> .bashrc` Make the actual directory for your **$PATH** by running `mkdir ~/bin/` @@ -59,7 +59,7 @@ Add the **rodo** binary to your **$PATH** folder (in your **~/bin/** folder if y #### Using and creating a wrapper -Create a file called **rodo** in your **$PATH** folder (in your ~/bin/ folder if you followed the instructions above) by running `touch ~/bin/rodo` and then add the following contents to it: +Create a file called **rodo** in your **$PATH** folder (in your **~/bin/** folder if you followed the instructions above) by running `touch ~/bin/rodo` and then add the following contents to it: ``` #!/usr/bin/env bash racket ~/path/to/rodo.rkt "$@"