From b54205bd83342729a13098edbe7365b803ab1c7c Mon Sep 17 00:00:00 2001 From: Arjan te Marvelde Date: Mon, 17 Jan 2022 22:15:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d4334..0633431 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The display is a standard 16x2 LCD, but with an I2C interface. The display is co ## Installing and using the SDK for Windows: Please refer to https://github.com/ndabas/pico-setup-windows/releases where the latest installer can be downloaded (e.g. **pico-setup-windows-0.3-x64.exe**). Execute the installer to set up the SDK environment, e.g. in **~/Documents/Pico** (let's call this folder **$PICO**). -You can upgrade the sdk to the latest version by downloading and replacing the **$PICO/pico-sdk** folder. The latest version is on Github: https://github.com/raspberrypi/pico-sdk (download as zip, extract the **pico-sdk-master** folder from it, rename it to **pico-sdk** and use it to replace the original) +You can upgrade the SDK to the latest version by replacing the complete **$PICO/pico-sdk** folder with the newer version. The latest version is on Github: https://github.com/raspberrypi/pico-sdk (download code as zip, extract the **pico-sdk-master** folder from it, rename it to **pico-sdk** and use it to replace the original) ## Building uSDR-pico: Clone/copy the uSDR-pico code files into a subdirectory, e.g. **$PICO/uSDR-pico**