From 48649be6fc111b5ad4b5088f16d2762c8b6b965f Mon Sep 17 00:00:00 2001 From: Vice-Versa <0x7c48@gmail.com> Date: Thu, 2 Feb 2023 23:27:40 +0000 Subject: [PATCH] Add example for local git repository. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 553fbbdc..45d8bf70 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,14 @@ go to [projector.tensorflow.org](https://projector.tensorflow.org), click "Load" docker run --rm srcd/hercules hercules --burndown --pb https://github.com/git/git | docker run --rm -i -v $(pwd):/io srcd/hercules labours -f pb -m burndown-project -o /io/git_git.png ``` +For local git repository + +``` +docker run --rm -v $(pwd):/app srcd/hercules hercules --burndown --pb /app | docker run --rm -i -v $(pwd):/io srcd/hercules labours -f pb -m burndown-project -o /io/out.png +``` + + + ### Built-in analyses #### Project burndown