Skip to content

Commit

Permalink
Update cloning instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
milosz275 committed Nov 4, 2024
1 parent 58084c5 commit d4df988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sudo apt-get install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essen
This project uses git submodules to include the Pico SDK and Pico Extras. To clone the repository with submodules use the following command:

```bash
git clone --recurse-submodules https://github.com/milosz275/pico-w-template.git
git clone --recurse-submodules https://github.com/{your_username}/{your_repo}.git
```

If you have already cloned the repository without submodules you can initialize them using the following commands:
Expand Down

0 comments on commit d4df988

Please sign in to comment.