From a5f8a610b313b5da6fbbec524b601cdc0ceabf13 Mon Sep 17 00:00:00 2001 From: Philip Hayton Date: Fri, 16 Feb 2024 10:27:00 +0000 Subject: [PATCH] docs(deps): be more specific about git dep (#1499) --- docs/reference/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/installation.md b/docs/reference/installation.md index 670793165..d5788c869 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 ``` -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. +Note; Bearer requires `git` (2.34+) to be available on your `$PATH`. For MacOS we only support 12+ (Monterey) and later. Where these dependencies cannot be met we recommend using Docker. ### Homebrew