From da2a32eb61e0f6ad854de157d10a683658eba7f4 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Jul 2015 11:44:39 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32b72184..abfaa6c1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Getting Started If you are installing Cyclone on your machine for the first time use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. -After installing you can read the Documentation section below for more. +After installing you can run the `cyclone` command to compile a single Scheme file, and the `icyc` command to start an interactive interpreter. Building ------------ @@ -34,9 +34,7 @@ By default everything is installed under `/usr/local`. This may be changed by pa Documentation ------------- -Run the `cyclone` command to compile a single Scheme file, and the `icyc` command to start the interactive interpreter. - -For more information about the Scheme language implemented by Cyclone, see the [R7RS Scheme Specification](http://trac.sacrideo.us/wg/wiki). Here is a list of included [features](FEATURES.md). +For more information about the Scheme language implemented by Cyclone, see the [R7RS Scheme Specification](http://trac.sacrideo.us/wg/wiki). The [features](FEATURES.md) page lists what has been implemented so far. References ----------