aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-01 19:13:45 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-08 15:58:26 +0200
commit67b5e77a6ad516fd0f5eae11cdfccfb100bd4bbc (patch)
treeebb78f04dbbabace27b28a1f78c9fb4144f56f2d
parent2c06b1d3beebbb293518b5177f000c190b9e957f (diff)
Update clone commands in README.md
Update clone commands in README.md. Change-Id: I4dfdc110565642f7ad32abc727dce04ca213d6d9 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 470fdb9..cd76ef8 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@
### Cloning 4a-hal-generic with its submodules
-git clone --recurse-submodules -b rc2 https://github.com/iotbzh/4a-hal-generic.git
+git clone --recurse-submodules https://github.com/iotbzh/4a-hal-generic.git
### Cloning 4a-softmixer hal-rc1 version (needed to make work '4a-hal-generic') with its submodules
-git clone --recurse-submodules -b hal-rc2-sandbox https://github.com/iotbzh/4a-softmixer.git
+git clone --recurse-submodules https://github.com/iotbzh/4a-softmixer.git
### Cloning 4a-alsacore with its submodules