added version to cli

This commit is contained in:
Manuel Carmona
2017-07-07 11:20:54 +02:00
parent d3f79d9a37
commit 4edff792e8
3 changed files with 26 additions and 2 deletions

View File

@@ -12,6 +12,11 @@ The recommended way to install simple-linguist
go get gopkg.in/src-d/enry.v1/...
```
To build enry's CLI you must run
make build-cli
it generates a binary in the project's root directory called `enry`. You can move this binary to anywhere in your `PATH`.
Examples
--------