diff --git a/README.md b/README.md index f39c82d..cc9385e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This helper is a workaround that creates a systemd service without using the dae ## How to install? * Download the Linux Console Client [here](https://www.virtualhere.com/usb_client_software) -* Put the client in a folder alongside the other files in this repository +* Put the client in a folder alongside the other files in this repository (I chose `/usr/local/bin/virtualhere`) * Adapt `virtualhereclient.service` so that it points to the right folder and binary * Note: `vh.conf` file does not need to exist, it will be created automatically to store settings * Run `install.sh` as root (or run each command in the file manually if you prefer) @@ -19,8 +19,8 @@ The first time you stream a device from your server, you will probably have to [ For instance, I used the following two commands to list available devices on the server, and select the proper one (a Steering Wheel) ``` -/home/gamer/virtualhere/vhclientx86_64 -t "LIST" -/home/gamer/virtualhere/vhclientx86_64 -t "AUTO USE DEVICE,steamlink-xxxx.xxx" +/usr/local/bin/virtualhere/vhclientx86_64 -t "LIST" +/usr/local/bin/virtualhere/vhclientx86_64 -t "AUTO USE DEVICE,steamlink-xxxx.xxx" ``` Note : with the free version of VirtualHere server, you are limited to streaming one device. \ No newline at end of file