doc clarification

pull/58/head
Matthew Butterick 9 years ago
parent 324d8a8831
commit 82217dd1af

@ -83,11 +83,11 @@ Alternatively, the command can take a variable number of path arguments. @racket
Makes a copy of the project directory on the desktop, and removes any source files or other Pollen-related files.
@racket[raco pollen clone _source-path] will clone source from @racket[_source-path] onto the desktop.
@racket[raco pollen clone _source-dir] will clone source from @racket[_source-dir] onto the desktop.
@racket[raco pollen clone _source-path _dest-path] will clone source from @racket[_source-path] to @racket[_dest-path] rather than the desktop.
@racket[raco pollen clone _source-dir _dest-dir] will clone source from @racket[_source-dir] to @racket[_dest-dir] rather than the desktop.
If you're already in the project directory and want to clone somewhere other than the desktop, use @racket[raco pollen clone _. _dest-path].
If you're already in the project directory and want to clone somewhere other than the desktop, use @racket[raco pollen clone _. _dest-dir].

Loading…
Cancel
Save