Skip to content

Commit 48b149f

Browse files
committed
update README
1 parent 968fe63 commit 48b149f

File tree

2 files changed

+25
-413
lines changed

2 files changed

+25
-413
lines changed

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
1-
Qiniu Resource Storage SDK for Node.js
1+
# Qiniu Resource Storage SDK for Node.js
22
===
33

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

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

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

1234
## 贡献代码

0 commit comments

Comments
 (0)