Merge pull request #71 from mcarmonaa/fix/cli-version

added version to cli
This commit is contained in:
Santiago M. Mola
2017-07-10 17:51:03 +02:00
committed by GitHub
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
--------