diff --git a/.gitignore b/.gitignore index cff68cc4e4..4279733cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /release_notes/*.htoc /release_notes/*.log /release_notes/release_notes.pdf +/boot/ diff --git a/README.md b/README.md index f731a4566a..5327243034 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -[![Build Status](https://travis-ci.org/cisco/ChezScheme.svg?branch=master)](https://travis-ci.org/cisco/ChezScheme) +This variant of Chez Scheme is patched for Racket. It doesn't include +boot files; instead, Racket can generate initial boot files from Chez +Scheme's source. For more information, see "racket/src/cs/README.txt" +in Racket sources. + +---------------------------------------- Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation.