mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-09 08:14:53 -05:00
Merge pull request #611 from dtrodrigues/homebrew-install
docs: Add Homebrew installation instructions
This commit is contained in:
commit
50e5278a4d
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ Or use rust to install:
|
|||
```bash
|
||||
cargo install typos-cli
|
||||
```
|
||||
|
||||
Or use [Homebrew](https://brew.sh/) to install:
|
||||
```bash
|
||||
brew install typos-cli
|
||||
```
|
||||
## Getting Started
|
||||
|
||||
Most commonly, you'll either want to see what typos are available with
|
||||
|
|
Loading…
Reference in a new issue