Skip to content

Commit

Permalink
+ Install from the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
osvik committed Sep 7, 2017
1 parent 41d6a78 commit c4751c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,15 @@ Open this files with your plain/code text editor and investigate the inconsisten
* `./ecompare --help` *(Mac or Linux)*
* `./ecompare.exe --help` *(Windows)*

This script is also provided as [source code](https://github.com/greenpeace/ecompare/) in [Go](https://golang.org/dl/).
## Install from the source code

This script is also provided as [source code](https://github.com/greenpeace/ecompare/) in [Go](https://golang.org/dl/). To install:

```bash
go get github.com/greenpeace/ecompare
go install github.com/greenpeace/ecompare
```


## Note

Expand Down

0 comments on commit c4751c4

Please sign in to comment.