add install instructions

This commit is contained in:
Kasper Juul Hermansen 2022-10-21 00:26:35 +02:00
parent e13479c190
commit acac0fe944
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -18,3 +18,17 @@ found .gitignore .../some-path/.gitignore
Added node_modules/ to .gitignore
Removed node_modules/ from git index
```
## Installation
### Cargo
Cargo will only pull the `gitignore` command and won't add a subcommand to `git.
```bash
$ cargo install kjuulh/gitignore
```
### Homebrew
TBA