From 39c56b74ffc4a30ca01d3db3142a15e8c91e3e69 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Sat, 27 May 2023 21:29:02 +0200 Subject: [PATCH] Added README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4dcb4a --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Jecnak TUI + +An attempt at [Jecnakvkapse](https://github.com/JohnyDaDeveloper/Jecnakvkapse) in a terminal via TUI interface. Currently works only on [spsejecna.cz](https://www.spsejecna.cz), but [Canteen](https://www.spsejecna.cz/jidelna) and [Substitution](https://www.spsejecna.cz/suplovani) maybe coming soon™. + +## Running +You need to: +- Download the jar from [releases](https://gitea.thastertyn.xyz/Thastertyn/jecnak-tui/releases) +- Use Java 17 LTS +- Run via GUI, just make sure Java 17 is used, +or using your favorite terminal emulator with `java -jar jecnak-tui.jar` + +Have fun with the app \ No newline at end of file