Update README.md

main
Jesse Laprade 2018-09-07 21:32:50 -04:00 committed by GitHub
parent a12be02437
commit 4d994c47fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 "$@"