File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ mvn clean verify
38
38
39
39
### Running the IDE/Plugin
40
40
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:
42
42
43
43
``` bash
44
44
open io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64/sloeber/sloeber-ide.app
45
45
```
46
46
47
- On Linux you can run start eclipse using provided shell script:
47
+ On Linux you can start Sloeber using the provided shell script:
48
48
49
49
``` bash
50
50
./build_then_launch_plugin.sh
@@ -75,17 +75,12 @@ You can control the maven build with the following profiles: (this list may not
75
75
* mac64
76
76
77
77
##### Examples:
78
+ mvn verify -Plinux32 (builds for neon and linux 32 bits)
79
+ mvn verify -Pwin32,mars,linux32
78
80
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:
85
81
86
- ``` bash
87
- mvn clean verify
88
- ```
82
+ To build for neon and the platform you are running on:
83
+ mvn clean verify
89
84
90
85
### Setting up a repository
91
86
You can’t perform that action at this time.
0 commit comments