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