README: mention reproducible builds
This commit is contained in:
parent
74b37a3945
commit
b36e279fd7
10
README.md
10
README.md
|
@ -72,18 +72,22 @@ It can either be initialized by running `wesher` manually once, or by pre-seedin
|
||||||
|
|
||||||
## Installing from source
|
## 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:
|
Preferred:
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/costela/wesher.git
|
$ git clone https://github.com/costela/wesher.git
|
||||||
|
$ cd wesher
|
||||||
$ make
|
$ 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
|
$ 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
|
## Features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue