Skip to content

Commit 05ebf05

Browse files
committed
Update readme
1 parent d9a57a1 commit 05ebf05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This is a collection of methods and functions that has been figured out while tr
77
As this is a work-in-progress there might be breaking changes along the way, the hope is to keep that to a minimum, as this is used in multiple projects. If nothing else, the code in this project can act as a place to reference how to call certain OpenVR APIs from C#.
88

99
## Installation
10-
1. To use this either download the repo directly or add it as a git submodule by running the following command in the root of your project, replace `TargetFolder` with your own value: `git submodule add https://github.com/BOLL7708/EasyOpenVR.git EasyOpenVR`
10+
1. To use this either download the repo directly or add it as a git submodule by running the following command **in the root of your project**, optionally replace `TargetFolder` with your own value: `git submodule add https://github.com/BOLL7708/EasyOpenVR.git EasyOpenVR`
1111
2. In the `EasyOpenVR` folder, run the `.cmd` file which downloads the latest OpenVR dependencies into the project.
12-
3. This is a Class Library, so to use this you add an `Existing Project` to your solution, pick the `EasyOpenVR` folder, and it should show up next to your current project in your solution.
13-
4. Then reference this class library it in the main project .csproj file, in `<ItemGroup>`.
12+
3. This is a Class Library, so to use this you add an `Existing Project` to your solution, pick the `EasyOpenVR` folder or depending on IDE the solutions file in the folder, and it should show up next to your current project in your solution.
13+
4. Then reference this class library it in the main project .csproj file, in `<ItemGroup>`, or let your IDE add it when referenced, if it can do that.
1414
```xml
1515
<ProjectReference Include="..\EasyOpenVR\EasyOpenVR.csproj" />
1616
```

0 commit comments

Comments
 (0)