Skip to content

Commit 926b877

Browse files
authored
Reorganize Homebrew installation instructions (#241)
Moved Homebrew installation instructions to a new section.
1 parent 6d139f0 commit 926b877

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ Gitte keeps all your repos in sync, runs startup checks to verify your local mac
3737

3838
## Installation
3939

40-
### Homebrew (macOS and Linux)
41-
42-
```bash
43-
brew tap cego/gitte https://github.com/cego/gitte
44-
brew install cego/gitte/gitte
45-
```
46-
4740
### APT (Debian and Ubuntu)
4841

4942
```bash
@@ -53,6 +46,13 @@ sudo apt update
5346
sudo apt install gitte
5447
```
5548

49+
### Homebrew (macOS and Linux)
50+
51+
```bash
52+
brew tap cego/gitte https://github.com/cego/gitte
53+
brew install cego/gitte/gitte
54+
```
55+
5656
### Binary download
5757

5858
Download the latest binary from the [releases page](https://github.com/cego/gitte/releases) and place it on your `PATH`.

0 commit comments

Comments
 (0)