From f926d2eed824b2c363452d008f708163e8800d7a Mon Sep 17 00:00:00 2001 From: M'bark Erras Date: Sun, 25 Oct 2020 23:02:23 +0100 Subject: [PATCH] typo --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index f2c5f94..66bb87e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -74,7 +74,7 @@ For those comfortable with using a terminal or command prompt: ##### Linux 1. Clone repo `git clone https://github.com/alatnet/OpenPSVR.git` -2. Install libusbdev required to compile libusb dependency `sudo apt-get install libudev-deb` +2. Install libusbdev required to compile libusb dependency `sudo apt-get install libudev-dev` 3. Clean and Generate make files `./clean.sh && ./generate.sh` 4. Build driver `build.sh`, you should get a `Build Successful` message. The driver is built and ready to install. 5. Deploy the driver locally (TODO)