diff --git a/README.md b/README.md index ed9fce2..386e17d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ Effortlessly generate `.gitignore` files from the command line using the [github/gitignore](https://github.com/github/gitignore) templates. +## Installation + +### Homebrew + +```bash +brew install bilaalrashid/tap/gitignore +``` + +### Manual + +```bash +wget https://raw.githubusercontent.com/bilaalrashid/gitignore/1.0.0/gitignore +sudo chmod u+x gitignore +sudo mv gitignore /usr/local/bin/gitignore +``` + ## Usage ### Generate @@ -51,19 +67,3 @@ Display help information. ```bash gitignore help ``` - -## Installation - -### Homebrew - -``` -brew install bilaalrashid/tap/gitignore -``` - -### Manual - -```bash -wget https://raw.githubusercontent.com/bilaalrashid/gitignore/1.0.0/gitignore -sudo chmod u+x gitignore -sudo mv gitignore /usr/local/bin/gitignore -```