Skip to content

Commit 32411b6

Browse files
committed
Merge pull request #46 from icattlecoder/fix/doc
添加nuget安装方式的文档
2 parents aafe9e3 + 461a0af commit 32411b6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Docs/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,17 @@ title: C# SDK 使用指南
4141

4242
<a name=install></a>
4343
## 安装
44-
下载:
44+
45+
NuGet安装方式:
46+
47+
如果您的Visual Studio没有安装NuGet,请先[安装](http://docs.nuget.org/docs/start-here/installing-nuget)它,然后在项目中添加引用,使用NuGet管理程序包,在其中搜索qiniu即可。
48+
49+
源码下载:
4550

4651
git clone http://github.com/qiniu/csharp-sdk
4752

4853
DLL引用方式:
49-
54+
5055
下载DLL文件,右键<项目>-<引用>文件夹,在弹出的菜单中点击"添加引用"选项后弹出"添加引用"对话框,选择”浏览"Qiniu.DLL文件,点击确定
5156

5257
项目引用方式:
@@ -55,7 +60,7 @@ DLL引用方式:
5560

5661
其它:
5762

58-
C# SDK引用了第三方的开源项目 Json.NET,因此,您需要在项目中引用它
63+
C# SDK引用了第三方的开源项目 Json.NET,因此,您需要在项目中引用它(如果使用NuGet管理dll,刚不需要手工加载Json.NET)
5964
项目地址:[http://json.codeplex.com](http://json.codeplex.com)
6065

6166
<a name=setup></a>

0 commit comments

Comments
 (0)