Skip to content

Commit 68bf0d0

Browse files
committed
docs: Updated installation instructions
1 parent 9645049 commit 68bf0d0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,31 @@ This is a fork of the currently inactive project by Rotorz: [ClassTypeReference
1515

1616
### Install with OpenUPM
1717

18-
Once you have the OpenUPM cli, run the following command:
18+
Once you have the [OpenUPM cli](https://github.com/openupm/openupm-cli#installation), run the following command:
1919

2020
```openupm install com.solidalloy.type-references```
2121

2222
Or if you don't have it, add the scoped registry to manifest.json with the desired dependency semantic version:
23+
2324
```json
2425
"scopedRegistries": [
2526
{
2627
"name": "package.openupm.com",
2728
"url": "https://package.openupm.com",
2829
"scopes": [
29-
"com.solidalloy.util",
30-
"com.solidalloy.unity-dropdown",
31-
"com.solidalloy.type-references",
30+
"com.solidalloy",
3231
"com.openupm",
3332
"org.nuget"
3433
]
3534
}
3635
],
3736
"dependencies": {
38-
"com.solidalloy.type-references": "2.15.0"
37+
"com.solidalloy.type-references": "2.15.1"
3938
},
4039

4140
```
4241

43-
### Install via Git URL
42+
### Install via Package Manager
4443

4544
Project supports Unity Package Manager. To install the project as a Git package do the following:
4645

0 commit comments

Comments
 (0)