Skip to content

Commit 8ae4e9a

Browse files
committed
Added some more spacing to README.md
1 parent d02135b commit 8ae4e9a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@ JCommunique is a free, open-source library written in pure Java. It uses Swing t
33

44
### Releases
55
Stable JCommunique releases as jars are available at [2]. As of version 2.0.0, source and javadoc jars are also available. The project is also distributed on JCenter [5].
6+
67
You can add these to your project's build path just as you would include any normal jar. This process can vary across IDEs, but Eclipse instructions are available at [3].
78

89
### Building the project
9-
As of version 2.0.0, JCommunique is set up as a Gradle project (previously an Eclipse project). Most of the building can be done using the standard commands provided in the Gradle Java plugin, which are documented extensively online and therefore will not be covered here. To completely test the system, run "gradle build" (will compile, make Javadoc, and run unit tests). To run a demo, use the rundemo.sh script (for Unix machines). Using the terminal, navigate to the directory with rundemo.sh in it and run "sh rundemo.sh NAME_OF_DEMO". For example, to run the SlideManagerDemo.java demo, use the command: "sh rundemo.sh SlideManagerDemo".
10+
As of version 2.0.0, JCommunique is set up as a Gradle project (previously an Eclipse project). Most of the building can be done using the standard commands provided in the Gradle Java plugin, which are documented extensively online and therefore will not be covered here. To completely test the system, run "gradle build" (will compile, make Javadoc, and run unit tests). To run a demo, use the rundemo.sh script (for Unix machines). Using the terminal, navigate to the directory with rundemo.sh in it and run "sh rundemo.sh NAME_OF_DEMO". For example, to run the SlideManagerDemo.java demo, use the command "sh rundemo.sh SlideManagerDemo".
1011

1112
### Contribution
1213
Contributions can be done via a standard pull request, described in [1]. If you have any questions about contributing or any other topics, please feel free to contact me at sam (dot) pfrommer (at) gmail.com.
1314

14-
See the github wiki page for more information [4].
15+
See the Github wiki page for more information [4].
1516

1617
[1] https://help.github.com/articles/using-pull-requests/
18+
1719
[2] https://github.com/spfrommer/JCommunique/releases
20+
1821
[3] http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-%28Java%29
22+
1923
[4] https://github.com/spfrommer/JCommunique/wiki
24+
2025
[5] https://bintray.com/spfrommer/maven/jcommunique/view

0 commit comments

Comments
 (0)