From 468d745ed755e7bc4a01374efbb983bdc1a69bc5 Mon Sep 17 00:00:00 2001 From: "Xiankai.Chen" Date: Wed, 11 Oct 2017 11:07:44 +0800 Subject: [PATCH] Update README.md --- 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