Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format and extend README #9

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Format and extend README #9

wants to merge 9 commits into from

Conversation

weibeld
Copy link

@weibeld weibeld commented Nov 24, 2017

I started to use your tool and thought it would be good to make the README more user-friendly:

  • Format README to make it more readable
  • Add some explanations to usage scenarios to make it easier for new users to get started

- Format README to make it more readable
- Add some explanations to usage scenarios to make it easier for new
users to get started
To generate JAR file from existing class files, run "ant create-run_jar"
in root directory.

Note: this doesn not recompile the source code.
To compile all the source files: ant compile

To create a JAR from the compiled files: ant create_run_jar
The javaw file facilitates running the class files directly with "java"
(that is, without creating a JAR file first).

Usage:

./javaw -m model -f file

This results in the same as running the JAR file:

java -jar easyccg.jar -m model -f file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant