mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 19:35:31 -04:00
Update README.md
This commit is contained in:
parent
b843d67a92
commit
a9ff159c78
@ -28,11 +28,12 @@ git clone https://github.com/stleary/JSON-Java-unit-test.git .
|
|||||||
````
|
````
|
||||||
\# Create a directory structure for the JSON-Java code
|
\# Create a directory structure for the JSON-Java code
|
||||||
````
|
````
|
||||||
mkdir -p src\org\json
|
# Windows version
|
||||||
|
md /s src\org\json
|
||||||
````
|
````
|
||||||
\# clone JSON-Java
|
\# 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
|
\# Build, then execute the unit tests and code coverage
|
||||||
````
|
````
|
||||||
|
Loading…
x
Reference in New Issue
Block a user