From 5812553e6f0f266507499375372e12dfab7642da Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Mon, 22 May 2023 23:02:09 +0200 Subject: [PATCH] Make clearer --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cfe4c5d..095300a 100644 --- a/README.md +++ b/README.md @@ -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] @@ -45,6 +43,8 @@ enabled=1 gpgcheck=0 ``` +And then install: + ```bash dnf install git-pair ```