Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neumantm authored Mar 23, 2018
1 parent fbbd84a commit 85c8be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This new software was made to replace the old Sequencer.

## Requirements
To run releases: Java 1.8 JRE
To compile and run from source: Java 1.8 JDK and [Maven](https://maven.apache.org/index.html)
To compile and run from source: Java 1.8 JDK, [Maven](https://maven.apache.org/index.html) and [TimLib](https://github.com/neumantm/TimLib)

## Building and running
To build it run `mvn package`. This will create a jar in `target`.
To execute run `java -jar path/to/C-Hack-Panel-Control-X.X.X.jar <name of snippet> <arguments for snippet>`.
To execute run `java -jar path/to/C-Hack-Panel-Control-X.X.X-jar-with-dependencies.jar <name of snippet> <arguments for snippet>`.

## Contributing
This project was created with eclipse, therefore you can just import the whole repo as a eclipse project.
Expand Down

0 comments on commit 85c8be2

Please sign in to comment.