From 7b5c60edad7043af4b06889bcaf4e1a6801963dc Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 12 Dec 2019 13:39:39 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed30c24f..ec378cc2 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,20 @@ Installation There are several options available for installing Cyclone: ### Docker +Docker Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyclone): docker run -it cyclonescm/cyclone bash ### Homebrew +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 users can install using the [AUR](https://aur.archlinux.org/packages/cyclone-scheme/). ### Build from Source