From 9dc9823172298c795c646fa9b605c2099dc7cedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Rainone?= <476650+arl@users.noreply.github.com> Date: Mon, 13 Feb 2023 08:45:45 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bffb118..78b982d 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,8 @@ Works with all decently recent [tmux](https://github.com/tmux/tmux) versions. Install the latest version with: -```sh -brew tap arl/arl -brew install gitmux -``` + brew tap arl/arl + brew install gitmux ### AUR @@ -59,9 +57,7 @@ Arch Linux users can download the [gitmux](https://aur.archlinux.org/packages/gi [Download and install a Go compiler](https://golang.org/dl/) (Go 1.16 or later). Run `go install` to build and install `gitmux`: -```bash -go install github.com/arl/gitmux@latest -``` + go install github.com/arl/gitmux@latest ## Getting started