Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ to set up your build system.

To build jdotxt

1. Download the latest sources from github (e.g., "git clone https://github.com/t7ko/jdotxt")
1. Download the latest sources from github (e.g., `git clone https://github.com/t7ko/jdotxt`)

2. Move into the directory (e.g., "cd jdotxt")
2. Move into the directory (e.g., `cd jdotxt`)

3. Run ant (i.e., "ant")
3. Run ant (i.e., `ant`)

You can run the resulting jar file by executing

java -jar jar/jdotxt.jar
`java -jar jar/jdotxt.jar`

#### Third Party Code

Expand Down