Skip to content

Commit

Permalink
Merge branch 'master' of github.com:c-hack/C-Hack-Panel-Control
Browse files Browse the repository at this point in the history
  • Loading branch information
neumantm committed Mar 23, 2018
2 parents 342d51a + 336ed30 commit 043f43e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To compile and run from source: Java 1.8 JDK, [Maven](https://maven.apache.org/
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-with-dependencies.jar <name of snippet> <arguments for snippet>`.

## How to use
### Testing locally:
If you want to test locally, you can see what the panels would show, by just opening the file `sim/index.html` with a browser.(Tested in Firefox 59)

## 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 043f43e

Please sign in to comment.