Merge pull request #1024 from Pinjontall94/feature/add-snow-chibi-config-instructions
Some checks failed
CI / macos-latest (push) Has been cancelled
CI / ubuntu-latest (push) Has been cancelled

add snow-chibi default configuration file instructions
This commit is contained in:
Alex Shinn 2025-06-13 08:42:50 +09:00 committed by GitHub
commit 6a1859d627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1444,6 +1444,20 @@ loading (since it loads many libraries) - if you have any difficulties
with image files on your platform you can run with image files on your platform you can run
\command{snow-chibi --noimage} to disable this feature. \command{snow-chibi --noimage} to disable this feature.
\subsection{Snow Configuration}
Snow is configured in the file $HOME/.snow/config.scm. A common example,
for use with packaging your own code, may look like the one below:
(Note that the empty list is \emph{not} quoted! This file is not evaluated,
but is simply read as an alist of configurations. See
https://snow-fort.org/doc/author/ for more details.)
\schemeblock{
((authors "Alysssa P. Hacker <aphacker@mit.edu>")
(maintainers "Alyssa P. Hacker <aphacker@mit.edu>, Eva Luator <eluator@mit.edu")
(license agpl)) ;; or gpl mit bsd etc.
}
\subsubsection{Querying Packages and Status} \subsubsection{Querying Packages and Status}
By default \scheme{snow-chibi} looks for packages in the public By default \scheme{snow-chibi} looks for packages in the public