Skip to content

Commit 7769ff7

Browse files
Merge pull request #391 from chrisfinazzo/update-readme
docs: Update installation instructions for Homebrew
2 parents 5c8e294 + f3907e9 commit 7769ff7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ curl -sSL https://raw.githubusercontent.com/unhappychoice/gittype/main/install.s
3636

3737
### Homebrew (macOS/Linux)
3838
```bash
39-
brew install unhappychoice/tap/gittype
39+
brew install gittype
4040
```
4141

42-
4342
### Cargo (Universal)
4443
```bash
4544
cargo install gittype

docs/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ cargo install --path .
2323
cargo install gittype
2424
```
2525

26+
## Install from Homebrew
27+
28+
```bash
29+
brew install gittype
30+
```
31+
2632
## Verify Installation
2733

2834
```bash
@@ -59,4 +65,4 @@ You can safely remove this directory if you want to reset all your data.
5965
# Clean and rebuild
6066
cargo clean
6167
cargo build --release
62-
```
68+
```

0 commit comments

Comments
 (0)