Skip to content

Commit

Permalink
Reorder README sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bilaalrashid committed Jun 30, 2022
1 parent 5f507c8 commit a2b3c7b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

0 comments on commit a2b3c7b

Please sign in to comment.