add install instructions

This commit is contained in:
2022-10-21 00:26:35 +02:00
parent e13479c190
commit acac0fe944

View File

@@ -18,3 +18,17 @@ found .gitignore .../some-path/.gitignore
Added node_modules/ to .gitignore Added node_modules/ to .gitignore
Removed node_modules/ from git index 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