diff --git a/make-launcher.rkt b/make-launcher.rkt index fdd9730..f3b5899 100644 --- a/make-launcher.rkt +++ b/make-launcher.rkt @@ -724,6 +724,6 @@ (make-racket-launcher (list (path->string whalesong-path)) "whalesong" '()) -(make-racket-launcher (list (path->string whalesong-path)) +(make-racket-launcher (list (path->string whalesong-gui-path)) "whalesong-gui" '()) diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index c6d9b02..e1739af 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -261,11 +261,17 @@ the @filepath{whalesong} launcher: #lang racket/base (require (planet dyoo/whalesong:1:18/make-launcher)) }| + This may take a few minutes, as Racket is compiling Whalesong, its dependencies, and its documentation. When it finally finishes, you should see a @filepath{whalesong} launcher in the current directory. +You should also see a @filepath{whalesong-gui} launcher that includes +a minimal graphical user interface. + + +