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
-
+
Cyclone can be run from a [Docker Image](https://hub.docker.com/r/cyclonescm/cyclone):
docker run -it cyclonescm/cyclone bash
### 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 users can install using the [AUR](https://aur.archlinux.org/packages/cyclone-scheme/).
### Build from Source