diff --git a/README.md b/README.md index b3b5bd5e7..d3e979def 100644 --- a/README.md +++ b/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).