From b36e279fd70d0fb77b84bb3d48103d6c3ff33efd Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Tue, 26 Nov 2019 21:36:04 +0100 Subject: [PATCH] README: mention reproducible builds --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb8661c..8d5c6e6 100644 --- a/README.md +++ b/README.md @@ -72,18 +72,22 @@ It can either be initialized by running `wesher` manually once, or by pre-seedin ## Installing from source -Alternatively, the latest `wesher` commit can be easily installed from sources: +There are a couple of ways of installing `wesher` from sources: Preferred: ``` $ git clone https://github.com/costela/wesher.git +$ cd wesher $ make ``` -Or: +This method can build a bit-by-bit identical binary to the released ones, assuming the same go version is used to build its respective git tag. + + +Alternatively: ``` $ GO111MODULE=on go get github.com/costela/wesher ``` -*Note*: the latter will not provide a meaningful output for `--version`. +*Note*: this method will not provide a meaningful output for `--version`. ## Features