Clarify binary dependency on git

[ci skip]
This commit is contained in:
Valentin Brandl 2019-05-01 13:42:43 +02:00
parent beb57036aa
commit 2d4ad8c58f
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -8,7 +8,7 @@ Small webservice, that returns a badge of the Hits-of-Code of a git repository,
Bugayenko](https://www.yegor256.com/2014/11/14/hits-of-code.html). It is implemented in
[Rust](https://www.rust-lang.org/), using the [actix-web](https://actix.rs/) web framework.
A live version of this API can be found on [hitsofcode.com](https://hitsofcode.com/).
A live version of this webservice can be found on [hitsofcode.com](https://hitsofcode.com/).
## API
@ -47,6 +47,8 @@ from [Docker Hub](https://hub.docker.com/r/vbrandl/hits-of-code)
$ docker run -it --rm vbrandl/hits-of-code --help
```
When running the binary directly, you need a git binary in your `PATH`.
## License