Skip to content

Commit 2b062bd

Browse files
committed
Updated README.
1 parent 31363c7 commit 2b062bd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ An interface for [DRES](https://github.com/dres-dev/DRES), meant to be used in [
66

77
## Usage
88

9-
This is a upm package, add the following to your `manifest.json` for latest version:
9+
This is a upm package, add it through the Unity package manager as a package from git using the URL `https://github.com/vitrivr/DresUnityInterface.git#main` or directly by adding the following to your `manifest.json` for latest version:
1010

1111
```json
1212
"org.vitrivr.unityinterface.dresapi": "https://github.com/vitrivr/DresUnityInterface.git#main"
1313
```
1414

15+
## Development
16+
17+
For development, clone this repository into a directory `org.vitrivr.unityinterface.dresapi` inside the Packages directory of the Unity project you want to develop in.
18+
1519
## Contributors
1620

17-
- Florian Spiess @Spiess
18-
- Loris Sauter @sauterl
21+
- Florian Spiess [@Spiess](https://github.com/Spiess)
22+
- Loris Sauter [@sauterl](https://github.com/sauterl)

0 commit comments

Comments
 (0)