From 19437f9996df23b6afb6dd2c1a15e787ec65e28c Mon Sep 17 00:00:00 2001 From: Leonard Penzer Date: Sat, 28 Dec 2019 18:31:23 +0100 Subject: [PATCH] Add git installation to instructions A rasbpian lite installation comes without git, so installing git before using git is mandatory. --- docs/ReSpeaker_2_Mics_Pi_HAT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReSpeaker_2_Mics_Pi_HAT.md b/docs/ReSpeaker_2_Mics_Pi_HAT.md index ad91a4ef..b2ff8d6c 100644 --- a/docs/ReSpeaker_2_Mics_Pi_HAT.md +++ b/docs/ReSpeaker_2_Mics_Pi_HAT.md @@ -73,6 +73,7 @@ Make sure that you are running [the lastest Raspbian Operating System(debian 9)] ``` sudo apt-get update sudo apt-get upgrade +sudo apt-get install git git clone https://github.com/respeaker/seeed-voicecard.git cd seeed-voicecard sudo ./install.sh @@ -482,4 +483,4 @@ Please submit any technical issue into our [forum](http://forum.seeedstudio.com/ -

\ No newline at end of file +