From df5442bf4aa5f70bda5cb954f114a7c8312ad54f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 18 Apr 2019 17:27:30 -0400 Subject: [PATCH] Clean up markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80c40cd3..e0034059 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ Getting Started 1. To install Cyclone on your machine for the first time on Linux and Windows, 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, and Windows (via MSYS). Mac users wanting to use Homebrew can do the following: - - If Homebrew is not already installed: follow the instructions at https://brew.sh/ to install the homebrew package manager. - - brew tap cyclone-scheme/cyclone - - brew install cyclone-scheme/cyclone/cyclone + - If Homebrew is not already installed: follow the instructions at [https://brew.sh/](https://brew.sh/) to install the homebrew package manager. + - `brew tap cyclone-scheme/cyclone` + - `brew install cyclone-scheme/cyclone/cyclone` - Arch Linux users can install using the AUR: https://aur.archlinux.org/packages/cyclone-scheme/ + Arch Linux users can install using the [AUR](https://aur.archlinux.org/packages/cyclone-scheme/). 2. After installing you can run the `cyclone` command to compile a single Scheme file: