Skip to content

Commit 60e7c86

Browse files
authored
upload and installation also added
1 parent 7ee42ae commit 60e7c86

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/dev_guide/packaging.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,22 @@ brew install --build-from-source Formula/apidash.rb
7575
7676
# Verify execution
7777
brew test apidash
78+
```
79+
## 5. Custom Tap Submission
80+
```
81+
# Commit formula to your tap repo
82+
git add Formula/Apidash.rb
83+
git commit -m "added apidash formula"
84+
git push
85+
86+
# Create release for tarball
87+
gh release create v1.0.0 apidash-v1.0.0.tar.gz
88+
```
89+
## 6. Installation
90+
```
91+
brew tap homebrew-tap/Formula
92+
brew install apidash
93+
7894
```
7995

8096
## Chocolatey

0 commit comments

Comments
 (0)