Skip to content

Commit e9af0d3

Browse files
authored
Update readme.md
1 parent 572fedd commit e9af0d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Please install [git] (http://git-scm.com/downloads) and [maven] (http://maven.ap
2929

3030
## Build from the command line from source for your os and the default eclipse instance
3131
```bash
32-
git clone https://github.com/jantje/arduino-eclipse-plugin
33-
cd arduino-eclipse-plugin
32+
git clone https://github.com/jantje/arduino-eclipse-plugin sloeber
33+
cd sloeber
3434
mvn clean verify -DskipTests=true
3535
```
3636

@@ -52,8 +52,6 @@ You can control the maven build with the following profiles:
5252

5353
* latest (default, builds against the latest versions)
5454
* 2018-09 (builds against the 2018-09 release. Eclipse stopped naming their releases)
55-
* photon (builds against the photon (4.8) repositories)
56-
* oxygen (builds against the oxygen (4.7) repositories)
5755
* SDK (builds a Sloeber you can program Sloeber in. With Java.)
5856
* win32 (builds for 32 bit windows)
5957
* win64

0 commit comments

Comments
 (0)