From 34bcab257acd783bed99113a8a15547738c20b91 Mon Sep 17 00:00:00 2001 From: Mark Watson Date: Tue, 16 Jul 2019 13:53:07 -0600 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9eef36e..c12b52a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ But the golang variant seems to perform better for large files. It also allows for easily mapping URLs to directories. ## Install +### From Binary +On the [GitHub releases page](https://github.com/markwatson/serv/releases), download the latest binary for your platform from the "Assets" dropdown. Rename the file to `serv` if you like, and add to a folder in your path. + +### From Source - Install golang: - Setup a go environment: - Use go get to install