1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Move bug report address to top.

Mention European FTP mirror site.
This commit is contained in:
Jim Blandy 1997-09-28 03:03:56 +00:00
parent 7ed46dc83a
commit 86f4024809

7
README
View file

@ -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 execution platform that can be linked in as a library when building
extensible programs. extensible programs.
Please send bug reports to bug-guile@prep.ai.mit.edu.
About Snapshots ====================================================== About Snapshots ======================================================
Each night, we make the current Guile sources available via anonymous Each night, we make the current Guile sources available via anonymous
FTP. Please keep in mind that these sources are strictly FTP. Please keep in mind that these sources are strictly
experimental; they will usually not be well-tested, and may not even 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 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 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 ============================================== About This Distribution ==============================================
@ -49,7 +53,6 @@ ice-9, ice-9/*.scm --- run-time support for Guile: the module
infrastructure. Usually installed in infrastructure. Usually installed in
/usr/local/share/guile/<version>. /usr/local/share/guile/<version>.
Interesting files include: Interesting files include:
- INSTALL, which contains instructions on building and installing Guile. - INSTALL, which contains instructions on building and installing Guile.
- NEWS, which describes user-visible changes since the last release of Guile. - NEWS, which describes user-visible changes since the last release of Guile.