README: Add directions for Git hooks path

Since we use a non-default path in the repository to store shared hooks,
it needs to be configured on a freshly cloned repository before it can
be usable.

Yeah, I forgot to follow my own directions before working on the project
for quite some time. The error crept in at the following commit:

2aa3ddd545 - Icon replacement, and team ID

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-05-22 16:12:12 -07:00
parent 25906d1b2b
commit 4f1ea02359
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ git submodule update --init --recursive
Setup your `DEVELOPMENT_TEAM` like described in [Xcode-config/Shared.xcconfig](https://github.com/losnoco/Cog/blob/main/Xcode-config/Shared.xcconfig) to build the project.
(Add 2022-05-22) Also, be sure to configure the hooks path, so you won't accidentally commit your team ID to a project file:
```
git config core.hooksPath .githooks
```
# Screenshots
## Main window and Info Inspector