Update README.md

main
Jesse Laprade 2018-09-15 01:19:42 -04:00 committed by GitHub
parent ae36d923db
commit afaaf5094d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -76,13 +76,7 @@ racket ~/path/to/rodo.rkt "$@"
```
3. Save the file
For example, if you downloaded the project to your ~/downloads/ folder you would change the line
`racket ~/path/to/rodo.rkt "$@"`
to
`racket ~/downloads/rodo/rodo.rkt "$@"`
For example, if you downloaded the project to your ~/downloads/ folder you would change the line `racket ~/path/to/rodo.rkt "$@"` to `racket ~/downloads/rodo/rodo.rkt "$@"`
2. Make the rodo wrapper file executable by running`chmod u+x ~/bin/rodo`