Skip to content

v1.0

Compare
Choose a tag to compare
@gongg21 gongg21 released this 22 Sep 07:16
· 3 commits to master since this release

To run the JAR file:

EITHER 
Simply double click and open the file.

OR

  1. Ensure you have Java installed on your console.
  2. Copy the JAR file you want to run into a new/existing folder.
  3. Open a command prompt (Windows) or terminal (macOS/Linux), enter into the same folder as the file, and run the following:
    
java -jar GBot.jar


*To run the CLI version, do include the -cli flag.