more: adjust PATH note, because there's no "bin" layer on Windows

This commit is contained in:
Matthew Flatt 2020-06-09 08:36:47 -06:00
parent c2cae5b7e3
commit fcea8d3c67

View File

@ -96,12 +96,12 @@ start @exec{racket} with no command-line arguments:
}
@margin-note{Set your @tt{PATH} environment variable so you can use
@exec{raco} and other Racket command line functions. On Mac OS:
@exec{raco} and other Racket command-line functions. On Mac OS:
@tt{sudo sh -c @literal{'}echo "/Applications/Racket v@version{}/bin"
>> /etc/paths.d/racket@literal{'}} (This assumes you have installed
Racket in the @tt{Applications} folder). On Windows: add the racket
@tt{bin} path to @onscreen{Path} in @onscreen{Environment Variables}
(under @onscreen{System Properties}, @onscreen{Advanced} tab)}
>> /etc/paths.d/racket@literal{'}} (assuming that you have installed
Racket in the @filepath{Applications} folder). On Windows: add the Racket
installation path to @onscreen{Path} in @onscreen{Environment Variables}
(under @onscreen{System Properties}, @onscreen{Advanced} tab).}
Assuming that you have Editline installed,@margin-note*{To use GNU
Readline instead of Editline, set the @envvar{PLT_READLINE_LIB}