From 8f159fc1021cd68b0e7dc3825dec2b7ba6cb085c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Jul 2015 13:26:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c444d213..2def2d60 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 --------------- -1. To install Cyclone on your machine for the first time use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. +1. To install Cyclone on your machine for the first time use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. 2. After installing you can run the `cyclone` command to compile a single Scheme file: