Skip to content

Commit ac8ef4b

Browse files
authored
Update README.md
1 parent d5626d0 commit ac8ef4b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ To use this library in Processing, clone this repository and follow the compilat
22

33
_From the Readme to the processing/processing-library-template repository from which this repo was forked:_
44

5+
1. Clone your new repository to your Eclipse workspace.
6+
* Open Eclipse and select the File → Import... menu item.
7+
* Select Git → Projects from Git, and click "Next >".
8+
* Select "URI" and click "Next >".
9+
* Enter your repository's clone URL in the "URI" field. The remaining fields in the "Location" and "Connection" groups will get automatically filled in.
10+
* Enter your GitHub credentials in the "Authentication" group, and click "Next >".
11+
* Select the `master` branch on the next screen, and click "Next >".
12+
* The default settings on the "Local Configuration" screen should work fine, click "Next >".
13+
* Make sure "Import existing projects" is selected, and click "Next >".
14+
* Eclipse should find and select the `processing-library-template` automatically, click "Finish".
15+
516
## Set Up and Compile
617

718
1. Edit the Library properties.

0 commit comments

Comments
 (0)