1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00

* mu-guile.texi: mention GUILE_LOAD_PATH

This commit is contained in:
djcb 2012-01-19 21:41:11 +02:00
parent ceb952b895
commit 92f6a4777e

View File

@ -121,6 +121,15 @@ following to your @file{~/.guile}:
(set! %load-path (cons "/usr/local/share/guile/site/2.0" %load-path)) (set! %load-path (cons "/usr/local/share/guile/site/2.0" %load-path))
@end lisp @end lisp
Or, alternatively, you can set @t{GUILE_LOAD_PATH}:
@example
export GUILE_LOAD_PATH="/usr/local/share/guile/site/2.0"
@end example
Note, in both cases the directory should be the directory that contains the
installed @t{mu.scm}; so if you installed @t{mu} under a different prefix, you
must change the load-path accordingly.
After this, you should be ready to go. After this, you should be ready to go.
@node First steps @node First steps