updated via script
parent
50b1764fe3
commit
f61425c2ee
|
@ -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`.
|
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
|
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
|
`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).**
|
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 "$@"
|
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
|
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 "$@"`.
|
`racket ~/path/to/rodo.rkt "$@"` to `racket ~/downloads/rodo/rodo.rkt "$@"`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue