typos/docs/install.md

12 lines
219 B
Markdown
Raw Normal View History

2019-06-26 23:49:37 -04:00
# Install
2019-10-29 11:42:26 -04:00
[Download](https://github.com/crate-ci/typos/releases) a pre-built binary
(installable via [gh-install](https://github.com/crate-ci/gh-install).
Or use rust to install:
2019-06-26 23:49:37 -04:00
```bash
cargo install typos-cli
2019-06-26 23:49:37 -04:00
```