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

commit 75000836d5b28e37b623d274ae3d55f705f116d9
Author: Huxing Zhang <huxing.zh...@gmail.com>
AuthorDate: Fri Apr 6 15:18:11 2018 +0800

    Polish readme.
---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b0ad69d..1de8d11 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ cd script
 ./bootstrap
 ```
 
-To build the website locally
+Make sure you have installed jekyll and gitbook. To build the website locally
 
 ```sh
 bundle exec jekyll build --config _config_build.yml
@@ -31,6 +31,12 @@ And you can visit the website via http://localhost:8000
 
 ### Publish the website
 
+Copy all the files from `_site` directory to the parent direcotry:
+
+```sh
+cp -r _site/* .
+```
+
 Make sure you have all the changed committed.
 
 ```sh

-- 
To stop receiving notification emails like this one, please contact
hux...@apache.org.

Reply via email to