Clarify binary dependency on git
[ci skip]
This commit is contained in:
parent
beb57036aa
commit
2d4ad8c58f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user