Avoid misunderstanding for arch-based installation in README.md (#2113)

This commit is contained in:
Vincent Duchauffour
2024-10-15 10:29:17 +02:00
committed by GitHub
parent 097f7c846e
commit 19e07f6785

View File

@@ -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`.