Update README.md
parent
ca111f85cf
commit
3b3416c3f5
12
README.md
12
README.md
|
@ -1,2 +1,10 @@
|
||||||
# csharp-sdk-upm
|
## 安装
|
||||||
C# SDK UPM Repo
|
|
||||||
|
在 Packages/manifest.json 中添加依赖项:
|
||||||
|
|
||||||
|
```json
|
||||||
|
"dependencies": {
|
||||||
|
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.7.5",
|
||||||
|
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.7.5"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue