We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccae5ff commit 9c6e704Copy full SHA for 9c6e704
readme.md
@@ -36,7 +36,9 @@ cd arduino-eclipse-plugin
36
mvn clean verify
37
```
38
39
-Then the runnable application executable can be started, i.e. on a 64-bit mac, with:
+### Running the IDE/Plugin
40
+
41
+The runnable application executable can be started, i.e. on a 64-bit mac, with:
42
43
```bash
44
open io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64/sloeber/sloeber-ide.app
@@ -48,8 +50,6 @@ On Linux you can run start eclipse using provided shell script:
48
50
./build_then_launch_plugin.sh
49
51
52
-### Running the IDE/Plugin
-
53
Windows
54
55
* win32x64.cmd (if you are on 64 bits windows)
0 commit comments