mirror of
https://github.com/foss42/apidash.git
synced 2025-06-17 20:16:27 +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
|
# Verify execution
|
||||||
brew test apidash
|
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
|
## Chocolatey
|
||||||
|
Reference in New Issue
Block a user