diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-01 19:13:45 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:58:26 +0200 |
commit | 67b5e77a6ad516fd0f5eae11cdfccfb100bd4bbc (patch) | |
tree | ebb78f04dbbabace27b28a1f78c9fb4144f56f2d /README.md | |
parent | 2c06b1d3beebbb293518b5177f000c190b9e957f (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>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |