From c4d79fc1a0276cb8fa4571bf36fb723788890548 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 9 Aug 2020 13:57:19 +0100 Subject: [PATCH] update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 068bf6d..b74bef6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ -Tracks files in /usr/local/bin +Tracks files in `/usr/local/bin` Initialised with: +```sh git --git-dir=/home/ray/.config/bin --work-tree=/usr/local/bin init +``` + +Do not perform git commands in `/usr/local/bin/`. + +Instead, perform git commands in `~/.config/bin/`