Skip to content

Commit

Permalink
Add more install methods
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed May 22, 2023
1 parent 91e7b00 commit d3f2354
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,38 @@ For arch:
yay -S git-pair-bin
```

For APT based distro:

```
/etc/apt/sources.list.d/inverse-fury.list
```

```
deb [trusted=yes] https://apt.fury.io/inverse/ /
```

```bash
apt-get update && apt-get install git-pair
```

For RPM based distro:

```
/etc/yum.repos.d/inverse-fury.repo
```

```
[fury]
name=Inverse Private Repo
baseurl=https://yum.fury.io/inverse/
enabled=1
gpgcheck=0
```

```bash
dnf install git-pair
```

Binaries are also distributed in the [releases](https://github.com/inverse/git-pair/releases) page. Simply download the archive for your architecture and unpack and add the binary to your path.

## Usage
Expand Down

0 comments on commit d3f2354

Please sign in to comment.