You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/03/18 10:46:36 UTC

[incubator-echarts-website] branch asf-site updated: update readme.

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

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


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

commit 8734ccc3138166ff6fa047c3b3872fcf2461e6fc
Author: 100pah <su...@gmail.com>
AuthorDate: Wed Mar 18 18:42:06 2020 +0800

    update readme.
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0cc1b7a..612102a 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,11 @@ export ECHARTS_BASE="/your/local/base/dir/path/of/these/projects"
 **Prepare echarts source code**
 ```shell
 cd ${ECHARTS_BASE}/echarts
-git checkout release # Make sure in `release branch`
+# Make sure in `release branch`
+git checkout release
 git pull
-git status # Make sure there is no modification in `src`.
+git status
+# Make sure there is no modification in `src`.
 ```
 
 **Copy echarts dist files and source code for `custom builder`:**


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org