From 50452728a1fa1dea97b02acb5f36fa2eec104dbc Mon Sep 17 00:00:00 2001 From: Marc Pignat Date: Wed, 24 May 2023 10:17:39 +0200 Subject: [PATCH] Update README.md Fix Debian/Ubuntu missing dependencies (`sudo` is required for apt) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b444d442..167625dfc8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Package for Debian and Ubuntu can be downloaded from the [Github release page](h If you're missing dependencies you can fix them with: ```sh - sudo apt update && apt --fix-broken install #to add potential missing dependencies + sudo apt update && sudo apt --fix-broken install # to add potential missing dependencies ``` ##### Uninstall