From ddfa1c484bc740566d76cf38a998b8207121b418 Mon Sep 17 00:00:00 2001 From: SunLn Date: Wed, 7 May 2014 14:42:46 +0800 Subject: [PATCH] update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3486dd3..13928cc9 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,8 @@ qiniu-js-sdk * 安装 [Nodejs](http://nodejs.org/download/)、[npm](https://www.npmjs.org/) +* `npm install -g grunt-cli`,安装 Grunt + * `npm install`,安装七牛 Node.js SDK、Express * 获取源代码: @@ -318,12 +320,15 @@ qiniu-js-sdk 'ACCESS_KEY': '', 'SECRET_KEY': '', 'Bucket_Name': '', - 'Port': 18080 + 'Port': 18080, + 'Uptoken_Url': '', + 'Domain': '' } ``` -* 在`demo`目录运行`node server.js` 或者 在根目录运行`make`启动 +* 在根目录运行`make`启动 + * 访问`http://127.0.0.1:18080/`或`http://localhost:18080/` ## 说明