Skip to content

Commit 2cc07e6

Browse files
authored
Update readme.md
1 parent 033de28 commit 2cc07e6

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

readme.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ mvn clean verify
3838

3939
### Running the IDE/Plugin
4040

41-
The runnable application executable can be started, i.e. on a 64-bit mac, with:
41+
Sloeber can be started, e.g. on a 64-bit mac, with:
4242

4343
```bash
4444
open io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64/sloeber/sloeber-ide.app
4545
```
4646

47-
On Linux you can run start eclipse using provided shell script:
47+
On Linux you can start Sloeber using the provided shell script:
4848

4949
```bash
5050
./build_then_launch_plugin.sh
@@ -75,17 +75,12 @@ You can control the maven build with the following profiles: (this list may not
7575
* mac64
7676

7777
##### Examples:
78+
mvn verify -Plinux32 (builds for neon and linux 32 bits)
79+
mvn verify -Pwin32,mars,linux32
7880

79-
```bash
80-
mvn verify -Plinux32 (builds for luna and linux 32 bits)
81-
mvn verify -Pwin32,mars,linux32
82-
```
83-
84-
To build for mars and the platform you are running on:
8581

86-
```bash
87-
mvn clean verify
88-
```
82+
To build for neon and the platform you are running on:
83+
mvn clean verify
8984

9085
### Setting up a repository
9186

0 commit comments

Comments
 (0)