Skip to content

Commit 8494eed

Browse files
committed
Updated readme, fixed link to setup file
1 parent 45402d0 commit 8494eed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Processing 3 Eclipse template
22

3-
Small template to get Processing 3 quickly up and running in Eclipse. It has color utilities to
4-
make color use in Eclipse better and extended support for PDF printing (blend modes, default
5-
paper sizes).
3+
Small template to get Processing 3 quickly up and running in Eclipse. It has:
4+
* utilities for color management in Eclipse
5+
* extended support for PDF printing (blend modes, default paper sizes).
66

77

88
## Quick install
99

1010
*(Requires bash, git, wget and unzip)*
1111

1212
```bash
13-
$ wget -q https://raw.githubusercontent.com/cleverfranke/processing3-eclipse-template/feature/simple-setup/setup.sh && bash setup.sh MyProjectName my-project-dir
13+
$ wget -q https://raw.githubusercontent.com/cleverfranke/processing3-eclipse-template/master/setup.sh && bash setup.sh MyProjectName my-project-dir
1414
```
1515

1616
Then from Eclipse choose 'File' > 'Import' > 'Existing projects into Workspace' and

0 commit comments

Comments
 (0)