Skip to content

Commit 528e885

Browse files
committed
docs: switch to dedicated homebrew tap
1 parent c6afd1c commit 528e885

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ npm install kill-port-process-cli
1212
npm install -g kill-port-process-cli
1313
```
1414
## Homebrew Install
15-
Use this repository as a custom tap:
16-
17-
```bash
18-
brew tap luckfunc/kill-port-process-cli https://github.com/luckfunc/kill-port-process-cli --custom-remote
19-
brew install luckfunc/kill-port-process-cli/kill-port-process-cli
20-
```
21-
22-
If you want a cleaner long-term Homebrew experience later, move the same formula to a dedicated tap repository such as `luckfunc/homebrew-tap`, then users can install it with:
15+
Install from the dedicated tap:
2316

2417
```bash
2518
brew tap luckfunc/tap

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"LICENSE"
1010
],
1111
"bin": {
12-
"kill-port": "./index.js",
13-
"k-p": "./index.js",
14-
"k": "./index.js"
12+
"kill-port": "index.js",
13+
"k-p": "index.js",
14+
"k": "index.js"
1515
},
1616
"scripts": {
1717
"test": "echo \"Error: no test specified\" && exit 1"
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/luckfunc/kill-port-process-cli.git"
21+
"url": "git+https://github.com/luckfunc/kill-port-process-cli.git"
2222
},
2323
"keywords": [
2424
"process",

0 commit comments

Comments
 (0)