update README.md
This commit is contained in:
parent
4313bbb231
commit
4ed1c1abae
1
Makefile
1
Makefile
|
@ -8,7 +8,6 @@ clean:
|
|||
test:
|
||||
mvn test
|
||||
install:
|
||||
chmod +x target/worldsorganizer-*-jar-with-dependencies.jar
|
||||
mkdir -p bin
|
||||
cp target/worldsorganizer-*-jar-with-dependencies.jar bin
|
||||
deploy:
|
||||
|
|
|
@ -18,7 +18,7 @@ Make sure you are using a JDK, and compile using maven.
|
|||
1. Clone the repository and enter it's contents
|
||||
|
||||
```
|
||||
git clone https://worlio-admin@bitbucket.org/worlio/worlds-organizer.git
|
||||
git clone https://git.worlio.com/Wirlaburla/WorldsOrganizer.git
|
||||
cd Worlds-Organizer
|
||||
```
|
||||
|
||||
|
|
|
@ -278,7 +278,7 @@ public class Main extends Application {
|
|||
|
||||
Label statusName = new Label("Display Status Bar");
|
||||
statusName.setFont(Font.font("Verdana", FontWeight.BOLD, FontPosture.REGULAR, 12));
|
||||
Label statusInfo = new Label("Changes the style of the application to use a basic dark theme. Requires a restart to apply.");
|
||||
Label statusInfo = new Label("Adds a status bar to the bottom of the window for quick info. Requires a restart to apply.");
|
||||
statusInfo.setWrapText(true);
|
||||
|
||||
CheckBox statusOption = new CheckBox("Enabled");
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
version=${project.version}
|
||||
artifactId=${project.artifactId}
|
||||
buildDate=${buildNumber}
|
Loading…
Reference in New Issue
Block a user