From d315bceb54c17b605e3af6e87c3fa7d3ada6e52b Mon Sep 17 00:00:00 2001 From: Michael MacDonald <34051815+Michael2MacDonald@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:36:02 -0700 Subject: [PATCH] Remove Accidental Space In `apt install` Command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d990c4..e6b797d 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ You will need to setup openocd and picoprobe for debugging from VS Code. ## Build openocd Make sure these tools are installed in WSL ``` -sudo apt install automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0- dev +sudo apt install automake autoconf build-essential texinfo libtool libftdi-dev libusb-1.0-0-dev ``` Get the repo @@ -205,4 +205,4 @@ Refer to the [Pico SDK docs](https://datasheets.raspberrypi.com/pico/getting-sta ![pico wiring diagram](images/picoprobe-wiring.png) -![picoprobe in use](images/picoprobe-use.png) \ No newline at end of file +![picoprobe in use](images/picoprobe-use.png)