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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d90f79  add checkout a released branch in readme
9d90f79 is described below

commit 9d90f792f0a5eaadd552fa4c6b8098df66c848b0
Author: qiaojialin <[email protected]>
AuthorDate: Fri Mar 20 10:30:20 2020 +0800

    add checkout a released branch in readme
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index f55ac19..8d52491 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,13 @@ You can download the source code from:
 git clone https://github.com/apache/incubator-iotdb.git
 ```
 
+The default master branch is the dev branch, If you want to use a released 
version x.x.x:
+
+```
+git checkout release/x.x.x
+```
+
+
 Under the root path of incubator-iotdb:
 
 ```

Reply via email to