Update README.md

This commit is contained in:
Justin Ethier 2019-12-12 16:13:34 -05:00 committed by GitHub
parent b8d0b0705a
commit fc7c4ebee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,15 +40,21 @@ Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyc
### Homebrew ### Homebrew
![Homebrew](docs/images/homebrew-thumb.png "Homebrew") ![Homebrew](docs/images/homebrew-thumb.png "Homebrew")
Mac (and Linux!) users wanting to use Homebrew can do the following: 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` Note if Homebrew is not already installed: follow the instructions at [https://brew.sh/](https://brew.sh/) to install the homebrew package manager.
- `brew install cyclone-scheme/cyclone/cyclone-bootstrap`
brew tap cyclone-scheme/cyclone
brew install cyclone-scheme/cyclone/cyclone-bootstrap
### Arch Linux ### Arch Linux
![Arch Linux](docs/images/arch-linux-thumb.png "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/). Arch Linux users can install using the [AUR](https://aur.archlinux.org/packages/cyclone-scheme/):
git clone https://aur.archlinux.org/cyclone-scheme.git
cd cyclone-scheme
makepkg -si
### Build from Source ### 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. 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.