mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 12:57:51 +00:00
Updating README
This commit is contained in:
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