From cb83aca94af59aeddf97690f9a05f32db9538e55 Mon Sep 17 00:00:00 2001 From: AltCode <12354672+AlternateRT@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:20:39 +0200 Subject: [PATCH] Fix Homebrew installation/upgrade instructions --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d3e979def..97f73ab8c 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,18 @@ Zen is built with performance in mind, and we have optimized the browser to be a ## MacOS ### Homebrew (recommended) -You can install the Zen Browser using Homebrew: +You can install the Zen Browser using Homebrew: ``` -brew tap zen-browser/browser https://github.com/zen-browser/desktop.git -brew install zen-browser +brew tap zen-browser/browser https://github.com/zen-browser/desktop.git +brew install --cask 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: +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 +brew upgrade --greedy zen-browser ``` ### Manual installation @@ -71,7 +71,7 @@ git clone https://github.com/zen-browser/desktop.git --recurse-submodules cd desktop ``` -Install dependencies +Install dependencies ```bash npm i @@ -121,4 +121,3 @@ Zen couldn't be in its current state without the help of these amazing projects! Star History Chart -