mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Merge pull request #1260 from HarryHeres/improvement/homebrew-tap
Homebrew & docs update
This commit is contained in:
@@ -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"
|
||||
|
16
README.md
16
README.md
@@ -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).
|
||||
|
Reference in New Issue
Block a user