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-13 15:17:22 -05:00
parent b843d67a92
commit a9ff159c78

View file

@ -28,11 +28,12 @@ git clone https://github.com/stleary/JSON-Java-unit-test.git .
````
\# Create a directory structure for the JSON-Java code
````
mkdir -p src\org\json
# Windows version
md /s src\org\json
````
\# clone JSON-Java
````
git clone https://github.com/stleary/JSON-Java-unit-test.git src\org\json
git clone https://github.com/stleary/JSON-Java.git src\org\json
````
\# Build, then execute the unit tests and code coverage
````