From c595244933588c5e22c3d7dac1545eae2adc9fd9 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 14 Jun 2022 15:45:33 +0300 Subject: [PATCH] Updated manual compilation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26abfd7..41c0bff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # albionFisher - albion online fisher bot # Compiling -`make jar` if you're on GNU/Linux, else - `javac src/xyz/unbewohnte/albionFisher/*.java` +`make jar` if you're on GNU/Linux, else - `javac src/xyz/unbewohnte/albionFisher/*.java`+`jar cvmf MANIFEST.txt albionFisher.jar *.class && rm *.class` # Launch `java -jar albionFisher.jar`