diff --git a/README b/README index 2458b17ed..ca59c022c 100644 --- a/README +++ b/README @@ -3,8 +3,11 @@ implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. +Please send bug reports to bug-guile@prep.ai.mit.edu. + About Snapshots ====================================================== + Each night, we make the current Guile sources available via anonymous FTP. Please keep in mind that these sources are strictly experimental; they will usually not be well-tested, and may not even @@ -26,8 +29,9 @@ anonymous FTP from ftp.red-bean.com, as /pub/guile/guile-core-snap.tar.gz. Via the web, that's: ftp://ftp.red-bean.com/pub/guile/guile-core-snap.tar.gz For getit, that's: ftp.red-bean.com:/pub/guile/guile-core-snap.tar.gz +The development FTP site is mirrored nightly in Europe at +ftp://ftp.aec.at/pub/guile. -Please send bug reports to bug-guile@prep.ai.mit.edu. About This Distribution ============================================== @@ -49,7 +53,6 @@ ice-9, ice-9/*.scm --- run-time support for Guile: the module infrastructure. Usually installed in /usr/local/share/guile/. - Interesting files include: - INSTALL, which contains instructions on building and installing Guile. - NEWS, which describes user-visible changes since the last release of Guile.