Add in zsync requirement for Updating

This commit is contained in:
Muko
2024-09-14 17:40:13 +07:00
committed by GitHub
parent 6508c86dca
commit b73f16f09a

View File

@@ -54,6 +54,9 @@ brew install --cask zen-browser
### Linux
#### AppImage
- `zsync` is required for the Update feature of the script below
```
curl -sL https://github.com/zen-browser/desktop/raw/main/appimageinstall.sh -o /tmp/appimageinstall.sh && bash /tmp/appimageinstall.sh && rm /tmp/appimageinstall.sh
```