From f11f0963385881ef69ca749fd137e3f936a3cf39 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Tue, 14 Oct 2025 12:02:13 +0200 Subject: [PATCH] docs: update install instructions to use apt instead of dpkg --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e370e1..d5ef529 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ This will show a detailed analysis of each `.so` library and its corresponding D ### Install the package ```bash -sudo dpkg -i build/zed-editor_*.deb -sudo apt-get install -f # Install missing dependencies if any +sudo apt install ./build/zed-editor_*.deb ``` ### Clean up