From 60e7c86aaf31e08474cd6cbf01326801b84d9809 Mon Sep 17 00:00:00 2001 From: Mrudul Killedar <90367225+Mrudul111@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:14:04 +0530 Subject: [PATCH] upload and installation also added --- doc/dev_guide/packaging.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/dev_guide/packaging.md b/doc/dev_guide/packaging.md index 6543a9b0..efbd9148 100644 --- a/doc/dev_guide/packaging.md +++ b/doc/dev_guide/packaging.md @@ -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