10 lines
358 B
Racket
10 lines
358 B
Racket
#lang scribble/doc
|
|
@(require scribble/manual
|
|
"common.ss")
|
|
|
|
@title[#:tag "planet"]{@exec{raco planet}: Automatic Package Distribution}
|
|
|
|
See @other-manual['(lib "planet/planet.scrbl")] for information on the
|
|
@exec{raco planet} command, which is used for managing packages that
|
|
can be automatically downloaded and installed from the @|PLaneT| server.
|