From 7fed0deb282fd816cd42ec7f895db1fdfa4ecd09 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 01:10:15 +0200 Subject: [PATCH] add post install --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8ea4a2a..0bfddc0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ Cargo will only pull the `kignore` command and won't add a subcommand to `git. $ cargo install kignore ``` +#### Post install + +To get the `git ignore` subcommand working you will need to have the file +git-ignore available on your path, either add it yourself using +`git-alias/git-ignore` as a template or: + +``` +git clone https://github.com/kjuulh/gitignore +./scripts/install-git-alias.sh # only tested on mac and linux +``` + ### Homebrew TBA