We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c8e294 + f3907e9 commit 7769ff7Copy full SHA for 7769ff7
README.md
@@ -36,10 +36,9 @@ curl -sSL https://raw.githubusercontent.com/unhappychoice/gittype/main/install.s
36
37
### Homebrew (macOS/Linux)
38
```bash
39
-brew install unhappychoice/tap/gittype
+brew install gittype
40
```
41
42
-
43
### Cargo (Universal)
44
45
cargo install gittype
docs/installation.md
@@ -23,6 +23,12 @@ cargo install --path .
23
24
25
26
+## Install from Homebrew
27
+
28
+```bash
29
30
+```
31
32
## Verify Installation
33
34
@@ -59,4 +65,4 @@ You can safely remove this directory if you want to reset all your data.
59
65
# Clean and rebuild
60
66
cargo clean
61
67
cargo build --release
62
- ```
68
+ ```
0 commit comments