Skip to content

Commit

Permalink
Add --recursive to the clone command
Browse files Browse the repository at this point in the history
See #59
  • Loading branch information
kripton authored Nov 17, 2022
1 parent d6a1b2f commit 4f9ee5d
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 @@ -87,7 +87,7 @@ The build process will also build the React App for the integrated Web UI. For t

With all dependencies installed, the following steps should suffice (example is for Linux, might differ for other OS):
```
git clone https://github.com/OpenLightingProject/rp2040-dmxsun.git
git clone --recursive https://github.com/OpenLightingProject/rp2040-dmxsun.git
cd rp2040-dmxsun
mkdir build
cd build
Expand Down

0 comments on commit 4f9ee5d

Please sign in to comment.