From 2ed20c02bc14d14700b904f6f3ea73829db8b6e0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 22 Jul 2015 21:37:57 -0400 Subject: [PATCH] Revisions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4871d1ca..518b37a8 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,16 @@ Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA Getting Started --------------- -If you are installing Cyclone for the first time use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. +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. Building ------------ -If you already have a copy of Cyclone installed you can build from Scheme source. The following prerequisites are required: +Please skip this section if you are installing Cyclone on a machine for the first time. Otherwise, if you already have a copy of Cyclone installed you can build from Scheme source. + +The following prerequisites are required: - make - gcc @@ -29,8 +31,6 @@ By default everything is installed under `/usr/local`. This may be changed by pa make PREFIX=/home/me install -You may then run the compiler using the `cyclone` command, and run the interpreter using `icyc`. - Documentation -------------