Skip to content

Commit 17aae43

Browse files
committed
README fixes
1 parent 80d5b08 commit 17aae43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Clone this repository with ```git``` first of all - the clone URL should be on t
1313
### Setting up your environment
1414

1515
RainDance is written using [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - so you'll need JDK 8 to work on it.
16-
We recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/) to work on StormCloud (though of course Eclipse or NetBeans should work too)
17-
Using IntelliJ IDEA, import the project from Maven and allow it to synchronize with the ```pom.xml``` automatically.
18-
Create a Run Configuration, set the main class to ```StormCloud```, the classpath to your ```stormcloud``` module, and the rest should be set by default. You should now be set to run the server from within IntelliJ.
19-
If you want to make IntelliJ build with Maven instead of the default compiler, you can switch the Make task for a Maven goal with the command line directive ```clean install```
16+
We recommend using [IntelliJ IDEA](https://www.jetbrains.com/idea/) to work on RainDance (though of course Eclipse or NetBeans should work too)
17+
Using IntelliJ IDEA, import the project from Gradle and synchronize with the ```build.gradle```
18+
Create a Run Configuration, set the main class to ```RainDance```, the classpath to your ```raindance``` module, and the rest should be set by default. You should now be set to run the application from within IntelliJ.
19+
If you want to make IntelliJ build with Gradle instead of the default compiler, you can switch the Make task for a Gradle goal with the command line directive ```shadowJar```
2020

2121
Building
2222
--------
@@ -27,7 +27,7 @@ To build the StormCloud jar, use ```gradle shadowJar``` - this will create ```ra
2727
Running
2828
-------
2929

30-
As with any other command-line Java application, run StormCloud with:
30+
As with any other command-line Java application, run RainDance with:
3131

3232
```
3333
java -Xms512M -Xmx1024M -jar raindance-x.x-all.jar

0 commit comments

Comments
 (0)