From 9f4bf8b8abd78c042979150d4a5182d36ab85f77 Mon Sep 17 00:00:00 2001 From: Marcus Baw Date: Thu, 25 Sep 2025 18:37:44 +0100 Subject: [PATCH] Update linux.mdx Changes the install command to avoid warning --- docs/install/linux.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/linux.mdx b/docs/install/linux.mdx index 0289fc2..add2563 100644 --- a/docs/install/linux.mdx +++ b/docs/install/linux.mdx @@ -58,7 +58,7 @@ in the file `espanso-debian-x11-amd64-sha256.txt` You can now install the package using: ``` -sudo apt install ./espanso-debian-x11-amd64.deb +sudo dpkg -i ./espanso-debian-x11-amd64.deb ```