Skip to content

Commit 6eddaf4

Browse files
committed
--recursive when cloning repo
1 parent f6eaf88 commit 6eddaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you don't have them installed, you will need to install [Git](https://git-scm
4242

4343
1. **Clone the repository:**
4444
```bash
45-
git clone https://github.com/processing/processing4.git
45+
git clone --recursive https://github.com/processing/processing4.git
4646
cd processing4
4747
```
4848

0 commit comments

Comments
 (0)