Browse Source

Minor update of contributor guide

pull/4/head
Robin Eklind 8 years ago committed by Dennis Duda
parent
commit
789b61188c
  1. 4
      Support/CONTRIBUTING.md

4
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`

Loading…
Cancel
Save