This is an automated email from the ASF dual-hosted git repository.
huxing 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 7f5c842 Add build instructions.
7f5c842 is described below
commit 7f5c84237b7cefeaaa6a1468da932347f05b8750
Author: Huxing Zhang <[email protected]>
AuthorDate: Tue Jul 3 10:45:53 2018 +0800
Add build instructions.
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 432675a..b95fd55 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
-dubbo.github.io
+### Build instruction
+
+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