updated via script

main
m455 2019-03-09 11:43:46 -05:00
parent 50b1764fe3
commit f61425c2ee
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Follow the steps below if you haven't set up a `$PATH`.
Follow the steps below to add the `rodo.rkt` file to your `$PATH`.
**Tip: If you prefer to use an executable, rather than a wrapper, you can create an
**Tip: If you prefer to use an executable, rather than a wrapper (see the note after step one below), you can create an
executable binary file with `raco exe rodo.rkt` when in the same folder as the
`rodo.rkt` file. If you are having trouble with this please refer to Racket's
documentation regarding the [creation of standalone executables](https://docs.racket-lang.org/raco/exe.html).**
@ -103,6 +103,8 @@ documentation regarding the [creation of standalone executables](https://docs.ra
racket ~/path/to/rodo.rkt "$@"
```
**Note: The creation of a file that runs another program is called a "wrapper"**
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 "$@"`.