From 77584d7b06463f39c82cdf3cd37710dd49f10fad Mon Sep 17 00:00:00 2001 From: erexer <13180883+erexer@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:31:51 -0800 Subject: [PATCH] remove mac-specific pre-commit install instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e4920de83..e2321da336 100755 --- a/README.md +++ b/README.md @@ -45,9 +45,8 @@ used in the compilation of the binary file, and a directory of TIF rasters that # Developer Setup To get started on development, install the pre-commit hooks to format code. -```bash -$ brew install pre-commit -``` +First [install `pre-commit`](https://pre-commit.com/). + Then install the hooks within the repo: ```bash $ cd /PATH/TO/NATURF