diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 16:01:33 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-28 10:02:18 +0200 |
commit | fc97da9a388207ab938ccddb4ab3d1abeab53a7f (patch) | |
tree | 12e504bff296962fd3ebda26b46359bf64349d57 | |
parent | a860209ee6170336074340af8f59c241d3441321 (diff) |
Updated README repository URL to reflect renaming
Change-Id: I12d9ff968863b4cb92197ba48845a148e17463da
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,11 +6,12 @@ ```bash # Initial clone with submodules -git clone --recurse-submodules https://github.com/iotbzh/audio-bindings +git clone --recurse-submodules https://github.com/iotbzh/afb-aaaa cd audio-binding # Do not forget submodules with pulling -git pull --recurse-submodules https://github.com/iotbzh/audio-bindings +git pull --recurse-submodules https://github.com/iotbzh/afb-aaaa +git submodule update ``` # AFB-daemon dependencies |