From f6f561841c8b7a60ca50905043ae846292f755d8 Mon Sep 17 00:00:00 2001 From: Pham Minh Triet <92496972+Nanome203@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:37:06 +0700 Subject: [PATCH] make installation guide on other linux distros less confusing Signed-off-by: Pham Minh Triet <92496972+Nanome203@users.noreply.github.com> --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 537d574ee..74d0b8778 100644 --- a/README.md +++ b/README.md @@ -96,16 +96,18 @@ brew install --cask zen-browser yay -S zen-browser-bin ``` -##### Other Linux distributions (AppImage with automated system integration) +##### Other Linux distributions (Tarball or AppImage) -- `native` tarball install: - `bash <(curl -s https://updates.zen-browser.app/install.sh)` - -- `zsync` is required for the Update feature of the script below +- `Tarball` install: +```sh +bash <(curl -s https://updates.zen-browser.app/install.sh)` +``` +- `AppImage` install: ```sh bash <(curl https://updates.zen-browser.app/appimage.sh) ``` +> AppImage install requires `zsync` for the Update feature - Again, if you don't see your OS listed above, that's because we already have it in our [downloads page](https://zen-browser.app/download)! 🔄