From 948233e7edee218b933342acc71680b1ab4160d4 Mon Sep 17 00:00:00 2001
From: gotbadger
Date: Mon, 27 Nov 2023 11:49:25 +0000
Subject: [PATCH] docs: add short note about git dep
---
docs/reference/installation.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/reference/installation.md b/docs/reference/installation.md
index 4379c0459..2ea63e5a6 100644
--- a/docs/reference/installation.md
+++ b/docs/reference/installation.md
@@ -27,7 +27,7 @@ The default installation script works well for most use cases, but if you need m
curl -sfL https://raw.githubusercontent.com/Bearer/bearer/main/contrib/install.sh | sh -s -- -b /usr/local/bin
```
-For MacOS we only support 12+ (Monterey) and later. For older versions we recommend using Docker.
+Note; Bearer requires `git` to be available on your `$PATH`. For MacOS we only support 12+ (Monterey) and later. For older versions we recommend using Docker.
### Homebrew
@@ -98,7 +98,7 @@ docker compose run bearer scan /tmp/scan --debug
Download the archive file for your operating system/architecture from the [release page](https://github.com/bearer/bearer/releases).
-Unpack the archive, and put the binary somewhere in your `$PATH` (on UNIX-y systems, `/usr/local/bin` or the like). Make sure it has permission to execute.
+Unpack the archive, and put the binary somewhere in your `$PATH` (on UNIX-y systems, `/usr/local/bin` or the like). Make sure it has permission to execute. Note; Bearer requires `git` to be available on your `$PATH` also.
## Updating Bearer CLI