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 0d2f3c5  Update README.md (#366)
0d2f3c5 is described below

commit 0d2f3c5662779136d0c5a7734662c437646a0679
Author: Jlcao <[email protected]>
AuthorDate: Wed May 22 21:24:34 2019 +0800

    Update README.md (#366)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c8e2d2d..e99b88f 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Please also make sure your node version is 8.x, versions 
higher than 8.x is not
 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 'http://127.0.0.1:8080'.
 4. Run `docsite build` to build source code.
-5. Verify your change locally: `python -m SimpleHTTPServer 8000`
+5. Verify your change locally: `python -m SimpleHTTPServer 8000`, when your 
python version is 3 use :`python3 -m http.server 8000` instead.
 
 ## How to send a PR
 

Reply via email to