Updating README

This commit is contained in:
HarryHeres
2024-09-05 17:39:31 +02:00
parent 2ec8175a3e
commit fa871a586b

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).