Skip to content

Commit 6f5f2ea

Browse files
committed
Merge pull request #18 from qiniupd/update_makefile
update makefile vs package.json
2 parents 18dc27f + ddc292c commit 6f5f2ea

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
install : all
22

33
all :
4+
npm install
45
grunt
56
node demo/server.js

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,6 @@ qiniu-js-sdk
303303
304304
* 安装 [Nodejs](http://nodejs.org/download/)、[npm](https://www.npmjs.org/)
305305
306-
* `npm install -g grunt-cli`,安装 Grunt
307-
308-
* `npm install`,安装七牛 Node.js SDK、Express
309-
310306
* 获取源代码:
311307
`git clone [email protected]:qiniupd/qiniu-js-sdk.git`
312308
* 进入`demo`目录,修改`config.js`,`Access Key`和`Secret Key` 按如下方式获取

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"qiniu": "~6.1.1",
1111
"ejs": "~1.0.0",
1212
"grunt": "~0.4.2",
13+
"grunt-cli": "~0.1.13",
1314
"grunt-contrib-jshint": "~0.7.2",
1415
"grunt-contrib-watch": "~0.5.3",
1516
"grunt-contrib-uglify": "~0.2.2",

0 commit comments

Comments
 (0)