You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/07/03 03:08:51 UTC

[incubator-dubbo-website] branch asf-site updated: update README

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 <ia...@gmail.com>
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