From aab29e80a09f27903eec423c5b06cdbf5c779259 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Thu, 26 Apr 2018 09:44:42 +0100
Subject: [PATCH] Update Installation Instructions

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index fff1723..04f169f 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,9 @@ serving files, but the roadmap includes API mocking to make front end developmen
 
 ### Prebuilt
 1. Download the binary for your OS from the [releases](https://github.com/Commander-lol/rust-swerve/releases) page
+	- `swerve.x86_64-unknown-linux-gnu` = `Generic Linux`
+	- `swerve.x86_64-apple-darwin` = `macOS`
+3. Rename the binary to `swerve`
 2. Put `swerve` somewhere in your `$PATH`, or modify your `$PATH` to inlcude the folder containing `swerve`
 3. Do one of two things:
 	1. Open up a command prompt and `cd` to the folder containing your files and run `swerve`
-- 
GitLab