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
# 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`

Loading…
Cancel
Save