mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
docs: Add Homebrew installation instructions
This commit is contained in:
parent
523a197c28
commit
14b29060e3
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ Or use rust to install:
|
||||||
```bash
|
```bash
|
||||||
cargo install typos-cli
|
cargo install typos-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or use [Homebrew](https://brew.sh/) to install:
|
||||||
|
```bash
|
||||||
|
brew install typos-cli
|
||||||
|
```
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
Most commonly, you'll either want to see what typos are available with
|
Most commonly, you'll either want to see what typos are available with
|
||||||
|
|
Loading…
Reference in a new issue