From 73d68e89aa36b4df7de6f18965c5a60bbdf856f2 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Sun, 7 May 2023 21:35:47 +0200 Subject: [PATCH] add run.cmd (for easy execution under windows) --- ReadMe.md | 2 +- run.cmd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 run.cmd diff --git a/ReadMe.md b/ReadMe.md index 3e4e1c58e..52dca223c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -122,7 +122,7 @@ Thanks to @jugendhacker you can get minosoft directly from the arch user reposit 2. Clone this repository (`git clone --depth=1 https://gitlab.bixilon.de/bixilon/minosoft.git`) or click on download master and extract the archive. 3. Change directory (`cd minosoft`) 4. Optional: Checkout a current feature branch (Warning: might be unstable; might not even build) (`git checkout `) -5. Build and run Minosoft with `./gradlew run` (or on windows `./gradlew.bat run`). If any errors occur, feel free to open an issue +5. Build and run Minosoft with `./gradlew run` (or on windows `./gradlew.bat run`). Alternatively just click on `run.cmd`. If any errors occur, feel free to contact me or open an issue ## Code mirrors diff --git a/run.cmd b/run.cmd new file mode 100644 index 000000000..c9521eb57 --- /dev/null +++ b/run.cmd @@ -0,0 +1 @@ +gradlew.bat run