From 90a689395c9a95d3087756bc8d8d5e23b894b127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 7 Sep 2017 10:33:55 +0200 Subject: [PATCH] Add apt-get install. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1f229603..2880bb06 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Agent is the configuration application of the [Ultimate Hacking Keyboard](https: First up, make sure that node >=8.1.x and npm >=5.1.x are installed on your system. Next up: ``` +# Execute the following line on Linux. Use relevant package manager and package names on non-Debian based distros. +apt-get install libusb-dev libudev-dev g++ + git clone git@github.com:UltimateHackingKeyboard/agent.git cd agent npm install