adding discretionary documentation

This commit is contained in:
Danny Yoo 2011-10-05 18:15:41 -04:00
parent fb04bf4595
commit c023fdf35f
2 changed files with 8 additions and 4 deletions

View File

@ -66,9 +66,10 @@ your current directory.
#lang racket/base #lang racket/base
(require (planet dyoo/whalesong:1:4/make-launcher)) (require (planet dyoo/whalesong:1:4/make-launcher))
}| }|
This will create a @filepath{whalesong} launcher in the current This may take a few minutes, as Racket is compiling Whalesong, its
directory. Place this somewhere in your PATH to make it easy to dependencies, and its documentation. When it finally finishes,
execute. you should see a @filepath{whalesong} launcher in the current
directory.

View File

@ -197,7 +197,10 @@ the @filepath{whalesong} launcher:
#lang racket/base #lang racket/base
(require (planet dyoo/whalesong:1:4/make-launcher)) (require (planet dyoo/whalesong:1:4/make-launcher))
}| }|
This will create a @filepath{whalesong} launcher in the current directory. 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.