Skip to content

Commit b5dfa00

Browse files
committed
Updating build repo URL to processing4
The repo URL in the current Processing4 build instructions points to the "old" Processing3 repo. I figured this out the hard way by accidentally copying the repo URL directly from the build instructions without thinking. Next thing I knew I was getting weird errors saying I need Java 8 to build Processing4. Turns out I was trying to build Processing3...
1 parent d60cc83 commit b5dfa00

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)