From 4cf1af6a65dcd1da299ebaa4cb56d7505f753d57 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 6 Jan 2019 18:34:41 +0100 Subject: [PATCH] Update readme install routine --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f829585..41949a8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Git statistics over multiple Git repositories +## Installation + +In order to access the script in every directory you should copy it to `/usr/local/bin`. +```sh +sudo cp gitistics.sh /usr/local/bin/gitistics +``` + ## Usage | Option | Description |