updated READEME.md

main
m455 2018-05-19 22:05:34 -04:00
parent 65beb6d7f1
commit 35569a4c04
1 changed files with 8 additions and 4 deletions

View File

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