From f88ece80cca9cf38f44c748b31ce36fab7b5dd8e Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sun, 27 Feb 2022 16:48:04 +0100 Subject: [PATCH] Fix debian command --- doc/guide/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/install.rst b/doc/guide/install.rst index 23a8d5d..4287307 100644 --- a/doc/guide/install.rst +++ b/doc/guide/install.rst @@ -40,7 +40,7 @@ This application uses ``libftdi1``, so this library must be installed (and, depe .. code-block:: bash - apt-get install + sudo apt install \ libftdi1-2 \ libftdi1-dev \ libhidapi-hidraw0 \