Skip to content

Commit 8e71b83

Browse files
authored
Update README.md
1 parent 1607cb6 commit 8e71b83

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,18 @@ More information coming soon.
88

99
## DynamicOpenVR.BeatSaber
1010
An implementation of DynamicOpenVR as a [Beat Saber](https://beatsaber.com/) plugin. Get the latest (unstable!) [debug](https://ci.gnyra.com/job/DynamicOpenVR/job/master/lastSuccessfulBuild/artifact/DynamicOpenVR.BeatSaber.DEBUG.zip) or [release](https://ci.gnyra.com/job/DynamicOpenVR/job/master/lastSuccessfulBuild/artifact/DynamicOpenVR.BeatSaber.RELEASE.zip) build.
11+
12+
## Contributing
13+
Guidelines coming soon.
14+
15+
To automatically copy the compiled DLLs into Beat Saber's installation directory, create a file called DynamicOpenVR.BeatSaber.csproj.user next to DynamicOpenVR.BeatSaber\DynamicOpenVR.BeatSaber.csproj and paste in the following:
16+
17+
```xml
18+
<?xml version="1.0" encoding="utf-8"?>
19+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
20+
<PropertyGroup>
21+
<!-- Replace this with the path to your Beat Saber installation -->
22+
<BeatSaberDir>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>
23+
</PropertyGroup>
24+
</Project>
25+
```

0 commit comments

Comments
 (0)