Skip to content

Commit 3c208e4

Browse files
docs: add missing install
1 parent 47692a0 commit 3c208e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

server/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Running the server
22

3-
1. install libusb: `sudo apt-get install libudev-dev libsystemd-dev libusb-1.0-0-dev libusb-0.1-4`
4-
2. give permission for the move controller(s) to your user
3+
1. install libusb: `sudo apt install libudev-dev libsystemd-dev libusb-1.0-0-dev libusb-0.1-4`
4+
2. install gawk (for the auto-update script): `sudo apt install gawk`
5+
3. give permission for the move controller(s) to your user
56
1. create a group called psmove (`sudo groupadd psmove`)
67
2. give permission to access the USB devices of PS:
78
1. create the file

0 commit comments

Comments
 (0)