Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AppImage installation option to README #2306

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="https://docs.zen-browser.app">
Documentation
</a>
<a href="https//zen-browser.app/release-notes/latest">
Release Notes
</a>
Expand Down Expand Up @@ -72,6 +72,8 @@ You can also install Zen using Homebrew:
brew install --cask zen-browser
```

#### Linux

##### Arch-based distributions

```sh
Expand All @@ -82,10 +84,18 @@ yay -S zen-browser-bin
yay -S zen-browser-avx2-bin
```

To upgrade the browser to a newer version, use the embedded update functionality in `About Zen`.
##### Other Linux distributions (AppImage with automated system integration)

- `zsync` is required for the Update feature of the script below

```sh
bash <(curl https://updates.zen-browser.app/appimage.sh)
```

* 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)! 🔄


To upgrade the browser to a newer version, use the embedded update functionality in `About Zen`.

## 👨‍💻 Development and Contributing

Some components used by @zen-browser as an attempt to make firefox forks a better place, and for other to enjoy the beauty of OSS. You can find them [here](https://github.com/zen-browser/components).
Expand Down
Loading