docs: update install instructions to use apt instead of dpkg
All checks were successful
Build and Release Zed Editor / check-version (push) Successful in 3s
Build and Release Zed Editor / build-and-release (push) Has been skipped

This commit is contained in:
2025-10-14 12:02:13 +02:00
parent 7e9133ed0d
commit f11f096338

View File

@@ -43,8 +43,7 @@ This will show a detailed analysis of each `.so` library and its corresponding D
### Install the package ### Install the package
```bash ```bash
sudo dpkg -i build/zed-editor_*.deb sudo apt install ./build/zed-editor_*.deb
sudo apt-get install -f # Install missing dependencies if any
``` ```
### Clean up ### Clean up