From fcea8d3c670701398652aa20495bc9246b040013 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 9 Jun 2020 08:36:47 -0600 Subject: [PATCH] more: adjust PATH note, because there's no "bin" layer on Windows --- pkgs/racket-doc/scribblings/more/more.scrbl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/racket-doc/scribblings/more/more.scrbl b/pkgs/racket-doc/scribblings/more/more.scrbl index 9acef6ca01..f366b80e6c 100644 --- a/pkgs/racket-doc/scribblings/more/more.scrbl +++ b/pkgs/racket-doc/scribblings/more/more.scrbl @@ -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}