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:
parent
b843d67a92
commit
a9ff159c78
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue