mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
adding note about snow-chibi --noimage to docs
This commit is contained in:
parent
34104aed70
commit
7a94a31e72
1 changed files with 6 additions and 2 deletions
|
@ -1289,8 +1289,12 @@ Beyond the distributed modules, Chibi comes with a package manager
|
|||
based on \hyperlink["http://trac.sacrideo.us/wg/wiki/Snow"]{Snow2}
|
||||
which can be used to share R7RS libraries. Packages are distributed
|
||||
as tar gzipped files called "snowballs," and may contain multiple
|
||||
libraries. The program is installed as \scheme{snow-chibi} and takes
|
||||
the following subcommands:
|
||||
libraries. The program is installed as \scheme{snow-chibi}. The
|
||||
"help" subcommand can be used to list all subcommands and options.
|
||||
Note by default \scheme{snow-chibi} uses an image file to speed-up
|
||||
loading (since it loads many libraries) - if you have any difficulties
|
||||
with image files on your platform you can run
|
||||
\command{snow-chibi --noimage} to disable this feature.
|
||||
|
||||
\subsubsection{Querying Packages and Status}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue