diff --git a/README.md b/README.md index e3f4e14..a010745 100644 --- a/README.md +++ b/README.md @@ -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 "$@"`.