Skip to content

Commit 0668043

Browse files
committed
update wiki
1 parent 6024b00 commit 0668043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Navigate to a workspace directory and clone the official Raspberry Pi Pico SDK:
2222

2323
```bash
2424
mkdir -p ~/pico && cd ~/pico
25-
git clone -b master https://github.com/raspberrypi/pico-sdk.git
25+
git clone https://github.com/raspberrypi/pico-sdk.git
2626
cd pico-sdk
2727
git checkout tags/2.0.0 -b sdk2.0.0
2828
git submodule update --init

0 commit comments

Comments
 (0)