Browse Source

Updated manual compilation command

master v0.1.2
Gitea 2 years ago
parent
commit
c595244933
  1. 2
      README.md

2
README.md

@ -1,7 +1,7 @@
# albionFisher - albion online fisher bot # albionFisher - albion online fisher bot
# Compiling # 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 # Launch
`java -jar albionFisher.jar` `java -jar albionFisher.jar`

Loading…
Cancel
Save