Skip to content

Commit 3bd3a18

Browse files
committed
2 parents c7a057b + bb33395 commit 3bd3a18

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

readme.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ If you want to import the latest code based plugin to another Eclipse setup you
7878

7979
* Fork the repository on GitHub (https://help.github.com/articles/fork-a-repo) for your changes. Note that your git link should look like this: https://github.com/YOUR_FORK/arduino-eclipse-plugin.git –– we will use it later.
8080
* Checkout locally
81-
* Make changes
8281
* Run ```mvn clean verify -PSDK,latest -DskipTests=true``` to build
8382

8483
After the build, find the Sloeber SDK product in the io.sloeber.product.sdk target directory. Unzip it somewhere in your home directory (mind you we cannot handle very long path names)
@@ -88,13 +87,10 @@ After the build, find the Sloeber SDK product in the io.sloeber.product.sdk targ
8887

8988
### Install the projects into the SDK via the EGit interface.
9089

91-
> File → Import → Git → Projects from Git → Clone URI
90+
> File → Import → Git → Projects from Git → Existing local repository
9291
93-
* Now type your fork in to URI, for example: ```https://github.com/YOUR_USER/arduino-eclipse-plugin.git```
92+
* Now add the repository you just cloned
9493
* Press "Next".
95-
* Branch Selection: master
96-
* Local destination: ```/home/your_name/git/arduino-eclipse-plugin``` or ```c:\git\arduino-eclipse-plugin```
97-
* The rest of page unchanged.
9894
* Next
9995
* Select a wizard: Import Existing Projects
10096
* Next
@@ -131,9 +127,8 @@ My current settings are as follows:
131127
* Null analysis: Set all active (not greyed out) to Warning.
132128
* Potential programming problems: Set all to Warning.
133129

134-
### Running the Plugin
135-
136-
Then running is very simple - just right click io.sloeber.core and select:
130+
### Running Sloeber with local changes (Testing your stuff)
131+
Running is very simple - just right click io.sloeber.core and select:
137132

138133
> Run as → Eclipse Application
139134

0 commit comments

Comments
 (0)