update README.md

This commit is contained in:
chuckdaniels 2023-01-08 04:54:43 -06:00
parent 4313bbb231
commit 4ed1c1abae
4 changed files with 2 additions and 6 deletions

View File

@ -8,7 +8,6 @@ clean:
test: test:
mvn test mvn test
install: install:
chmod +x target/worldsorganizer-*-jar-with-dependencies.jar
mkdir -p bin mkdir -p bin
cp target/worldsorganizer-*-jar-with-dependencies.jar bin cp target/worldsorganizer-*-jar-with-dependencies.jar bin
deploy: deploy:

View File

@ -18,7 +18,7 @@ Make sure you are using a JDK, and compile using maven.
1. Clone the repository and enter it's contents 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 cd Worlds-Organizer
``` ```

View File

@ -278,7 +278,7 @@ public class Main extends Application {
Label statusName = new Label("Display Status Bar"); Label statusName = new Label("Display Status Bar");
statusName.setFont(Font.font("Verdana", FontWeight.BOLD, FontPosture.REGULAR, 12)); 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); statusInfo.setWrapText(true);
CheckBox statusOption = new CheckBox("Enabled"); CheckBox statusOption = new CheckBox("Enabled");

View File

@ -1,3 +0,0 @@
version=${project.version}
artifactId=${project.artifactId}
buildDate=${buildNumber}