Skip to content

Commit

Permalink
docs(deps): be more specific about git dep (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Feb 16, 2024
1 parent 4bfe19f commit a5f8a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5f8a61

Please sign in to comment.