Browse Source

Fixed formatting

pull/46/head
Anairkoen Schno 5 years ago
committed by GitHub
parent
commit
4d48c609ed
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@ -69,8 +69,8 @@ REGEDIT4
2. Create a file, `bsinstalldir.txt` in the solution root. Do NOT create this in Visual Studio; VS adds a BOM at the begginning of the file that the tools used cannot read.
It should contain the path to your Beat Saber installation, using forward slashes with a trailing slash. e.g.
```
C:/Program Files (x86)/Steam/steamapps/common/Beat Saber/
```
C:/Program Files (x86)/Steam/steamapps/common/Beat Saber/
```
3. Open `BSIPA.sln` in Visual Studio.
4. Choose the configuration `x64`
5. Rebuild all.
@ -82,4 +82,4 @@ C:/Program Files (x86)/Steam/steamapps/common/Beat Saber/
directory.
When building a Debug build, all referenced assemblies from Beat Saber will be copied from the install directory provided in `bsinstalldir.txt` into `Refs/`. Any new references
should reference the copy in there. When building for Release, it just uses the files already in `Refs/`
should reference the copy in there. When building for Release, it just uses the files already in `Refs/`

Loading…
Cancel
Save