mirror of
https://github.com/foss42/apidash.git
synced 2025-06-17 11:54:51 +08:00
upload and installation also added
This commit is contained in:
@ -75,6 +75,22 @@ brew install --build-from-source Formula/apidash.rb
|
||||
|
||||
# Verify execution
|
||||
brew test apidash
|
||||
```
|
||||
## 5. Custom Tap Submission
|
||||
```
|
||||
# Commit formula to your tap repo
|
||||
git add Formula/Apidash.rb
|
||||
git commit -m "added apidash formula"
|
||||
git push
|
||||
|
||||
# Create release for tarball
|
||||
gh release create v1.0.0 apidash-v1.0.0.tar.gz
|
||||
```
|
||||
## 6. Installation
|
||||
```
|
||||
brew tap homebrew-tap/Formula
|
||||
brew install apidash
|
||||
|
||||
```
|
||||
|
||||
## Chocolatey
|
||||
|
Reference in New Issue
Block a user