From 3b3416c3f561406a345d88a87f4dfd6bb63ea462 Mon Sep 17 00:00:00 2001 From: oneRain Date: Tue, 27 Apr 2021 10:58:51 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1013296..173ad29 100644 --- a/README.md +++ b/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" +} +```