diff --git a/INSTALL.md b/INSTALL.md
index 10272c6..f6290bf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -24,6 +24,8 @@ Fedora (copr) :
`sudo dnf install g810-led`
Gentoo :
`emerge app-misc/g810-led`
+Debian (unstable, and 10 or later), Ubuntu 19.04 or later :
+`apt install g810-led`
## Installation of dependencies :
ArchLinux :
diff --git a/README.md b/README.md
index 9d653d4..f12eb29 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, G910
`g810-led -pp < profilefile # Load a profile`
`echo -e "k w ff0000\nk a ff0000\nk s ff0000\nk d ff0000\nc" | g810-led -pp # Set multiple keys`
-## Testing unsuported keyboards :
+## Testing unsupported keyboards :
Start by retrieving the VendorID and the ProductID of your keyboard using lsusb.
`lsusb`
Sample return :
diff --git a/src/helpers/help.cpp b/src/helpers/help.cpp
index 11b7b60..1425a0b 100644
--- a/src/helpers/help.cpp
+++ b/src/helpers/help.cpp
@@ -99,7 +99,7 @@ namespace help {
cout<<" -dv\t\t\t\t\tDevice vendor ID, such as 046d for Logitech. Can be omitted to match any vendor ID"<