Skip to content

Commit

Permalink
Refine Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Sep 18, 2018
1 parent 43edbf1 commit d0126ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#### NuGet安装
- 如果您的Visual Studio没有安装NuGet,请先安装 [NuGet](http://docs.nuget.org/docs/start-here/installing-nuget).
- 安装好NuGet后,先在`Visual Studio`中新建或者打开已有的项目,然后选择`<工具>``<NuGet程序包管理器>``<管理解决方案的NuGet程序包>`
- 搜索`aliyun.oss.sdk`,在结果中找到`Aliyun.OSS.SDK``Aliyun.OSS.SDK.Core`,选择最新版本,点击安装,成功后添加到项目应用中。
- 搜索`aliyun.oss.sdk`,在结果中找到`Aliyun.OSS.SDK``Aliyun.OSS.SDK.NetCore`,选择最新版本,点击安装,成功后添加到项目应用中。

#### GitHub安装
- 如果没有安装git,请先安装 [git](https://git-scm.com/downloads)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#### Install the SDK through NuGet
- If NuGet hasn't been installed for Visual Studio, install [NuGet](http://docs.nuget.org/docs/start-here/installing-nuget) first.
- After NuGet is installed, access Visual Studio to create a project or open an existing project, and then select `TOOLS` > `NuGet Package Manager` > `Manage NuGet Packages for Solution`.
- Type `aliyun.oss.sdk` in the search box and click *Search*, find `Aliyun.OSS.SDK` or `Aliyun.OSS.SDK.Core` in the search results, select the latest version, and click *Install*. After installation, the SDK is added to the project.
- Type `aliyun.oss.sdk` in the search box and click *Search*, find `Aliyun.OSS.SDK` or `Aliyun.OSS.SDK.NetCore` in the search results, select the latest version, and click *Install*. After installation, the SDK is added to the project.

#### Install the SDK through GitHub
- If Git hasn't been installed, install [Git](https://git-scm.com/downloads) first.
Expand Down

0 comments on commit d0126ce

Please sign in to comment.