From a310d5e148af0426d4b179426c802fd5f22f9fe7 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Wed, 13 Nov 2019 13:26:26 +0000 Subject: [PATCH] docs: mention binary build in INSTALL.md --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index bc4a83a..2d61470 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,6 +5,13 @@ running a Vervis instance. At the time of writing, you can get a running Vervis instance if you follow the steps below. +UPDATE: There is a binary build you can use instead of building from source. It +can be found [here](https://box.angeley.es/nextcloud/s/oWHmQDtWTAfPR4Z). If you +use it, verify the download using `sha256sum` and `gpg`, make sure the settings +in your `settings.yml` (see below) match the downloaded file paths, and run the +web app using `./bin/vervis` and not `stack run`. This may be confusing; +hopefully I'll make a nicer binary release soon :) + # (1) System libraries Install dependency library development packages. It's very likely you already