From cc133a6ff086c1b781660a59076a3e356cc1e80a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 12 Dec 2019 12:40:42 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95c53e9e..ed30c24f 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,6 @@ Installation There are several options available for installing Cyclone: -### Build from Source -To install Cyclone on your machine for the first time on Linux, Windows, FreeBSD, and for Mac users wanting to install without using Homebrew, use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, Windows (via MSYS), and FreeBSD 12. - ### Docker Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyclone): @@ -47,6 +44,9 @@ Mac (and Linux!) users wanting to use Homebrew can do the following: ### Binary Packages Arch Linux users can install using the [AUR](https://aur.archlinux.org/packages/cyclone-scheme/). +### Build from Source +To install Cyclone on your machine for the first time on Linux, Windows, FreeBSD, and for Mac users wanting to install without using Homebrew, use [**cyclone-bootstrap**](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries. Instructions are provided for Linux, Mac, Windows (via MSYS), and FreeBSD 12. + Getting Started ---------------