Merge pull request #186 from pepijndevos/patch-1

Fix debian command
This commit is contained in:
Gwenhael Goavec-Merou 2022-02-27 17:41:13 +01:00 committed by GitHub
commit e7c5af25dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \