Add steps to install and upgrade to release notes

This commit is contained in:
Otavio Cordeiro 2026-01-05 11:26:09 -03:00 committed by Otávio
parent b9e3362d1d
commit 2de32c7160
2 changed files with 30 additions and 1 deletions

View file

@ -91,6 +91,27 @@ jobs:
echo "No pull requests were merged in this release." echo "No pull requests were merged in this release."
echo "" echo ""
fi fi
echo "## Installation"
echo ""
echo "**Download directly from GitHub Releases**"
echo ""
echo "Download the \`.zip\` file from this release, extract it, and drag OMG.app to your Applications folder."
echo ""
echo "**Install via [Homebrew](https://brew.sh)**"
echo ""
echo "\`\`\`bash"
echo "brew tap otaviocc/apps"
echo "brew install --cask triton"
echo "\`\`\`"
echo ""
echo "**Upgrade via Homebrew**"
echo ""
echo "If you installed Triton using Homebrew, upgrade to the latest version with:"
echo ""
echo "\`\`\`bash"
echo "brew upgrade --cask triton"
echo "\`\`\`"
} > release_notes.md } > release_notes.md
cat release_notes.md cat release_notes.md

View file

@ -102,13 +102,21 @@ Switch seamlessly between multiple omg.lol addresses, all in one app.
You can download the latest pre-built version of Triton directly from the [GitHub Releases page](https://github.com/otaviocc/Triton/releases). Simply download the `.zip` file from the latest release, open it, and drag OMG.app to your Applications folder. This method is useful if you prefer manual installation or don't use Homebrew. You can download the latest pre-built version of Triton directly from the [GitHub Releases page](https://github.com/otaviocc/Triton/releases). Simply download the `.zip` file from the latest release, open it, and drag OMG.app to your Applications folder. This method is useful if you prefer manual installation or don't use Homebrew.
**Install via [Brew](https://brew.sh) 🤩** **Install via [Homebrew](https://brew.sh) 🤩**
```bash ```bash
brew tap otaviocc/apps brew tap otaviocc/apps
brew install --cask triton brew install --cask triton
``` ```
**Upgrade Triton**
If you installed Triton using Homebrew, you can upgrade to the latest version with:
```bash
brew upgrade --cask triton
```
## Thanks and Acknowledgments ## Thanks and Acknowledgments
This project wouldn't exist without the amazing work of several people in the omg.lol community: This project wouldn't exist without the amazing work of several people in the omg.lol community: