mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Update README.md
This commit is contained in:
parent
7b5c60edad
commit
6dfb19d612
1 changed files with 3 additions and 3 deletions
|
@ -31,20 +31,20 @@ Installation
|
||||||
There are several options available for installing Cyclone:
|
There are several options available for installing Cyclone:
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
<img src="docs/images/docker-thumb.png" alt="Docker">
|

|
||||||
Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyclone):
|
Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyclone):
|
||||||
|
|
||||||
docker run -it cyclonescm/cyclone bash
|
docker run -it cyclonescm/cyclone bash
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
<img src="docs/images/homebrew-thumb.png" alt="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.
|
- 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 tap cyclone-scheme/cyclone`
|
||||||
- `brew install cyclone-scheme/cyclone/cyclone-bootstrap`
|
- `brew install cyclone-scheme/cyclone/cyclone-bootstrap`
|
||||||
|
|
||||||
### Binary Packages
|
### Binary Packages
|
||||||
<img src="docs/images/arch-linux-thumb.png" alt="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/).
|
||||||
|
|
||||||
### Build from Source
|
### Build from Source
|
||||||
|
|
Loading…
Add table
Reference in a new issue