diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-09-13 09:26:29 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-09-13 09:26:29 -0400 |
commit | 2ba795267eb2af2da28de857a6414d305d547ed0 (patch) | |
tree | 7a5190cf1aca3b5b28f6f19d959eecae2e55a0c6 | |
parent | ad9474273318f6f266942c320b3d92169473c6ec (diff) |
Fix documentation mistakes
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -7,13 +7,9 @@ ``` # Initial clone with submodules -git clone --recurse-submodules https://github.com/Audiokinetic-Automotive/afb-audiohighlevel.git -cd audio-binding +git clone https://github.com/Audiokinetic-Automotive/afb-audiohighlevel.git +cd afb-audiohighlevel -# Do not forget submodules with pulling -git pull --recurse-submodules https://github.com/Audiokinetic-Automotive/afb-audiohighlevel.git - -``` # AFB-daemon dependencies ------------------------------------------------------- |