mirror of
https://github.com/otaviocc/Triton.git
synced 2026-01-30 04:04:27 +00:00
Add steps to install and upgrade to release notes
This commit is contained in:
parent
b9e3362d1d
commit
2de32c7160
2 changed files with 30 additions and 1 deletions
21
.github/workflows/draft-release.yml
vendored
21
.github/workflows/draft-release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue