updated READEME.md
parent
65beb6d7f1
commit
35569a4c04
12
README.md
12
README.md
|
@ -29,10 +29,14 @@ following contents to it:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
racket ~/path/to/rodo.rkt "$@"
|
racket ~/path/to/rodo.rkt "$@"
|
||||||
```
|
```
|
||||||
(For example, if you `git clone`d the project to your
|
For example, if you `git clone`d the project to your
|
||||||
`~/downloads/` folder you would change `racket
|
`~/downloads/` folder you would change the line:
|
||||||
~/path/to/rodo.rkt "$@"` to 'racket
|
|
||||||
~/downloads/rodo/rodo.rkt "$@"`)
|
`racket ~/path/to/rodo.rkt "$@"`
|
||||||
|
|
||||||
|
to
|
||||||
|
|
||||||
|
'racket ~/downloads/rodo/rodo.rkt "$@"`
|
||||||
|
|
||||||
4. Make the `rodo` file executable:
|
4. Make the `rodo` file executable:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue