From 6dfb19d61239638092b370dc75c1f056de23c891 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 12 Dec 2019 13:57:19 -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 ec378cc2..cd233b64 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,20 @@ Installation There are several options available for installing Cyclone: ### Docker -Docker +![Docker](docs/images/docker-thumb.png "Docker") Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyclone): docker run -it cyclonescm/cyclone bash ### Homebrew -Homebrew +![Homebrew](docs/images/homebrew-thumb.png "Homebrew") Mac (and Linux!) users wanting to use Homebrew can do the following: - 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-bootstrap` ### Binary Packages -Arch Linux +![Arch Linux](docs/images/arch-linux-thumb.png "Arch Linux") Arch Linux users can install using the [AUR](https://aur.archlinux.org/packages/cyclone-scheme/). ### Build from Source