From 199d6f338dc568c5c33a6032447d4c00984e0947 Mon Sep 17 00:00:00 2001 From: Sam Calisch <sam.calisch@cba.mit.edu> Date: Wed, 4 Oct 2017 15:43:05 -0400 Subject: [PATCH] Update RaspberryPi.md --- openocd/RaspberryPi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openocd/RaspberryPi.md b/openocd/RaspberryPi.md index 9eb958a..b6a35be 100644 --- a/openocd/RaspberryPi.md +++ b/openocd/RaspberryPi.md @@ -44,7 +44,7 @@ passwd 4. Get OpenOCD with nrf52 patch. 5. Make and install. You may need to install some things, and you might need to share internet from your PC over the usb connection. ``` -sudo apt-get install autoconf automake libtool +sudo apt-get install autoconf automake libtool git ``` ``` cd openocd/ -- GitLab