Merge pull request #1260 from HarryHeres/improvement/homebrew-tap

Homebrew & docs update
This commit is contained in:
mauro 🤙
2024-09-05 17:48:12 +02:00
committed by GitHub
2 changed files with 15 additions and 6 deletions

View File

@@ -8,11 +8,6 @@ cask("zen-browser") do
desc("Beautifully designed, privacy-focused browser packed with awesome features")
homepage("https://zen-browser.app/")
livecheck do
url(:stable)
regex(/[0-9].*-a.[0-9]*/i)
end
zap trash: [
"~/Library/Preferences/org.mozilla.com.zen.browser.plist",
"~/Library/Saved Application State/org.mozilla.com.zen.browser.savedState"

View File

@@ -36,14 +36,28 @@ Zen is built with performance in mind, and we have optimized the browser to be a
# Installation
## MacOS
### Homebrew (recommended)
You can install the Zen Browser using Homebrew:
```
brew tap zen-browser/browser https://github.com/zen-browser/desktop.git
brew tap zen-browser/browser https://github.com/zen-browser/desktop.git
brew install zen-browser
```
To upgrade the browser to a newer version, you can either use the embedded update functionality in `About Zen` or use the following commands:
```
brew update
brew upgrade zen-browser
```
### Manual installation
As there are issues with the signing process of the `.app` file, we recommend following this [guide](https://github.com/zen-browser/desktop/issues/53).
# Core Components
Some components used by @zen-browser as an attempt to make firefox forks a better place. You can find them [here](https://github.com/zen-browser/components).