Skip to content

Commit

Permalink
Make clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed May 22, 2023
1 parent d3f2354 commit 5812553
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,33 @@ A tool to make it easier for git based pairing for co-authoring commits.

## Installation

For MacOS
### MacOS
```bash
brew install inverse/homebrew-tap/git-pair
```

For arch:
### Arch:
```bash
yay -S git-pair-bin
```

For APT based distro:
### APT based distro:

```
/etc/apt/sources.list.d/inverse-fury.list
```
Add the following to a new file called `/etc/apt/sources.list.d/inverse-fury.list`

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

And then install:

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

For RPM based distro:
### For RPM based distro:

```
/etc/yum.repos.d/inverse-fury.repo
```
Add the following to a new file called `/etc/yum.repos.d/inverse-fury.repo`

```
[fury]
Expand All @@ -45,6 +43,8 @@ enabled=1
gpgcheck=0
```

And then install:

```bash
dnf install git-pair
```
Expand Down

0 comments on commit 5812553

Please sign in to comment.