Update README.md

main
Jesse Laprade 2018-07-29 09:55:23 -04:00 committed by GitHub
parent 697fb0a5b2
commit 4940c939ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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`