Skip to content

Commit e7d9e9b

Browse files
authored
Merge pull request #184 from oseph/build-instructions
Updating build README repo URL to processing4.git
2 parents cc2ec45 + b5dfa00 commit e7d9e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ You can choose to install these yourself or use the following guides below:
3030
One will also need to clone the repository for Processing itself. Some users who are simply building Processing but not contributing to it may prefer a "shallow" clone which does not copy the full history of the repository:
3131

3232
```
33-
git clone --depth 1 https://github.com/processing/processing.git
33+
git clone --depth 1 https://github.com/processing/processing4.git
3434
```
3535

3636
Users that are developing for the project may require a full clone:
3737

3838
```
39-
git clone https://github.com/processing/processing.git
39+
git clone https://github.com/processing/processing4.git
4040
```
4141

4242
<br>

0 commit comments

Comments
 (0)