From f7c74d88874a7b6677ed799d4e3baae358e696f8 Mon Sep 17 00:00:00 2001 From: Eiren Rain Date: Sun, 4 Jul 2021 19:29:17 +0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d877c80..9f2e5d5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # SlimeVR-OpenVR-Driver SlimeVR driver for OpenVR + +## Installation + +Downloaded the latest release, and use one of two options to install the driver (in the future Server will do it for you). + +### Option one + +Copy the `slimevr` folder in your SteamVR folder, usually it's located in `C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers`. This should look like this: + +![img](https://eiren.cat/SQpk) + +### Option two + +Edit file `C:\Users\\AppData\Local\openvr\openvrpaths.vrpath`, add `"Path\\to\\slimevr",` to the list of external_drivers there, like this: + +![img](https://eiren.cat/ib4_) +*Don't forget to double backwards slashes!*