Skip to content

Commit 6023dd3

Browse files
committed
Merge pull request #70 from lintianzhi/feature/readme-from-php
Feature/readme from php
2 parents 968fe63 + f4c73cd commit 6023dd3

File tree

2 files changed

+25
-414
lines changed

2 files changed

+25
-414
lines changed

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
1-
Qiniu Resource Storage SDK for Node.js
2-
===
1+
# Qiniu Resource Storage SDK for Node.js
2+
3+
[![Build Status](https://travis-ci.org/qiniu/nodejs-sdk.png?branch=master)](https://travis-ci.org/qiniu/nodejs-sdk)
34

4-
[![Build Status](https://travis-ci.org/qiniu/nodejs-sdk.png?branch=master)](https://travis-ci.org/qiniu/nodejs-sdk)
55
[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)
66

7+
## 下载
8+
9+
### 从 npm 安装
10+
11+
这是我们建议的方式
12+
13+
```
14+
npm install qiniu
15+
```
16+
17+
### 从 release 版本下载
18+
19+
下载地址:https://github.com/qiniu/nodejs-sdk/releases
20+
21+
这里可以下载到旧版本的SDK,release 版本有版本号,有 [CHANGELOG](https://github.com/qiniu/nodejs-sdk/blob/develop/CHANGELOG.md),使用规格也会比较稳定。
22+
23+
### 从 git 库下载
24+
25+
你可以直接用 git clone 下载源代码来使用。但是请注意非 master 分支的代码在规格上可能承受变更,应谨慎使用。
26+
727
## 使用
828

9-
参考文档:[七牛云存储 Node.js SDK 使用指南](https://github.com/qiniu/nodejs-sdk/tree/develop/docs)
29+
参考文档:[七牛云存储 Node.js SDK 使用指南](https://github.com/qiniu/nodejs-sdk/tree/develop/docs)
30+
1031
旧版本的SDK(version < 6.0.0) [戳这里](http://docs.qiniutek.com/v3/sdk/nodejs/)
1132

1233
## 贡献代码

0 commit comments

Comments
 (0)