diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-03 18:55:54 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-03 18:55:54 -0400 |
commit | 68f1187061c28ecf6439b4dd465f4d256529dc55 (patch) | |
tree | 5c86b5c00cda5d183a7dce47622a294a1b9179cb /README.md | |
parent | b929cdf5d0b27915e84e174c81ffd7e2b2f1beda (diff) |
various bug fix, add alsa configuration file to match with Hal control
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,7 +7,11 @@ ``` # Initial clone with submodules -git clone https://github.com/Audiokinetic-Automotive/afb-audiohighlevel.git +git clone --recurse-submodules https://github.com/Audiokinetic-Automotive/afb-audiohighlevel.git +cd audio-binding + +# Do not forget submodules with pulling +git pull --recurse-submodules https://github.com/Audiokinetic-Automotive/afb-audiohighlevel.git ``` |