This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ecff756  update README
ecff756 is described below

commit ecff756f34dcacbbfe4659f44516c72007e12ff0
Author: beiwei30 <[email protected]>
AuthorDate: Tue Jul 3 11:08:36 2018 +0800

    update README
---
 README.md | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b95fd55..defe76e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
-### Build instruction
+# Dubbo Official WebSite
+
+This project keeps all sources used for building up dubbo official website 
which's served at http://dubbo.io or http://dubbo.apache.org.
+
+
+## Build instruction
+
+1. Run `npm install docsite -g` to install the dev tool.
+2. Run `npm i` in the root directory to install the dependencies.
+3. Run `docsite start` in the root directory to start a local server, you will 
see the website in 'localhost://8080'.
+4. Run `docsite build` to build source code.
+5. Commit all the changes.
 
-1. npm install docsite -g to install the dev tool
-2. npm i in the root directory to install the independencies
-3. docsite start in the root directory to start a local server, you will see 
the website in 'localhost://8080'
-4. docsite build to build source code
-5. commit all the changes

Reply via email to