1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2016-05-07 07:03:30 -05:00
parent ccc7a7af29
commit 691734f342

View file

@ -21,8 +21,8 @@ Run individual tests or <b>JunitTestSuite</b> using <b>EclEmma Coverage</b>, or
* JSON-java.jar<br> * JSON-java.jar<br>
**To build from the command line using gradle:** **To build from the command line using gradle:**
Until the unit tests are merged into the JSON-Java project, the code has to be wired by hand. Until the unit tests are merged into the JSON-Java project, the code has to be wired by hand. <br>
\# In an empty directory of your choice, clone JSON-Java-unit-test: \# In an empty directory of your choice, clone JSON-Java-unit-test:<br>
```` ````
git clone https://github.com/stleary/JSON-Java-unit-test.git . git clone https://github.com/stleary/JSON-Java-unit-test.git .
```` ````