From 06cc4c0e5ccd6a7b8241d7b327ba426987511855 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 22 Jul 2015 21:33:26 -0400 Subject: [PATCH] Revised getting started section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd33a16..2bf2142d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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, you will need to use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. +If you are installing Cyclone 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.