From acac0fe9442d9ef6a88d5414a01f43459b7aeac5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 00:26:35 +0200 Subject: [PATCH] add install instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 36e275a..1ec34bf 100644 --- a/README.md +++ b/README.md @@ -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