From e261395da19a2a2c8bdffcf1c2c37767969d5de2 Mon Sep 17 00:00:00 2001 From: "Xiankai.Chen" Date: Wed, 11 Oct 2017 11:10:13 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新安装步骤 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d540306..9da656d 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ Build this compile with the following steps: mkdir -p sparkws/src cd sparkws/src git clone https://github.com/NXROBO/spark.git +cd spark git checkout spark-03 //if your spark is the 0.3 base, please type the command:git checkout spark-04 -cd .. +cd ../.. #installl dependence package ./src/spark/doc/install.sh #Compile