Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Git extension to purge stale local branches deleted from remote.

## Installation

### npm

```sh
npm install -g git-purge
```

### Homebrew

```sh
brew install mariocampacci/tap/git-purge
```

### Manual (macOS/Linux)

Note: Requires `rust`, `cargo`, `make` and `git` to be installed.
Expand Down Expand Up @@ -31,6 +43,8 @@ git purge
## Uninstall

```sh
npm uninstall -g git-purge # if installed via npm
# or
brew uninstall git-purge # if installed via brew
# or
sudo make uninstall # if installed manually
Expand Down