Skip to content

Commit fc8f862

Browse files
authored
Update README.md
1 parent dd1295c commit fc8f862

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,7 @@ Then use EFCore as usual.
4444
- Run the command
4545

4646
``` CLI
47-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
48-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
49-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
50-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
51-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
52-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
53-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
54-
openupm add [email protected] --registry https://unitynuget-registry.openupm.com/
55-
56-
```
57-
58-
- Modify `/Packages/manifest.json` file by adding required `dependencies` and `scopedRegistries`
59-
60-
```json
61-
{
62-
"dependencies": {
63-
"extensions.unity.bundle.efcore.sqlite": "0.0.9"
64-
},
65-
"scopedRegistries": [
66-
{
67-
"name": "package.openupm.com",
68-
"url": "https://package.openupm.com",
69-
"scopes": [
70-
"com.openupm"
71-
]
72-
}
73-
]
74-
}
47+
openupm add extensions.unity.bundle.efcore.sqlite
7548
```
7649

7750
# Alternative usage

0 commit comments

Comments
 (0)