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/`