From 2d4ad8c58f5b5f8de8df23d8278f54fe20e3c2b0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 1 May 2019 13:42:43 +0200 Subject: [PATCH] Clarify binary dependency on git [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ea554..ed78f7f 100644 --- a/README.md +++ b/README.md @@ -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