mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-25 14:16:10 +00:00
Avoid misunderstanding for arch-based installation in README.md (#2113)
This commit is contained in:
committed by
GitHub
parent
097f7c846e
commit
19e07f6785
@@ -91,15 +91,18 @@ bash <(curl https://updates.zen-browser.app/appimage.sh)
|
||||
flatpak install flathub io.github.zen_browser.zen
|
||||
```
|
||||
|
||||
#### CachyOS
|
||||
#### Arch-based distributions
|
||||
|
||||
##### Generic
|
||||
|
||||
```
|
||||
sudo pacman -S zen-browser-bin
|
||||
yay -S zen-browser-bin
|
||||
```
|
||||
|
||||
##### Optimized
|
||||
|
||||
```
|
||||
sudo pacman -S zen-browser-avx2-bin
|
||||
yay -S zen-browser-avx2-bin
|
||||
```
|
||||
|
||||
To upgrade the browser to a newer version, use the embedded update functionality in `About Zen`.
|
||||
|
||||
Reference in New Issue
Block a user