From 789b61188c8f9d55573865c5f7a3624bca92f8a9 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Sun, 16 Sep 2018 20:08:07 +0200 Subject: [PATCH] Minor update of contributor guide --- Support/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Support/CONTRIBUTING.md b/Support/CONTRIBUTING.md index b4bdffb5b..d7352bfbc 100644 --- a/Support/CONTRIBUTING.md +++ b/Support/CONTRIBUTING.md @@ -175,10 +175,10 @@ docker run -v $(pwd):/root/devilution --entrypoint "/usr/bin/wine" diasurgical/r Install dependencies: 1. `sudo pacman -S wine` -Install `devililution-comparer` from release: +Install `devililution-comparer` from release (or from source below): 1. Download and extract the latest release from https://github.com/diasurgical/devilution-comparer/releases -Install `devililution-comparer` from source: +Or install `devililution-comparer` from source: 1. `git clone https://github.com/diasurgical/devililution-comparer` 2. `cd devililution-comparer` 3. `cargo build --release`