We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b843d67 commit a9ff159Copy full SHA for a9ff159
1 file changed
README.md
@@ -28,11 +28,12 @@ git clone https://github.com/stleary/JSON-Java-unit-test.git .
28
````
29
\# Create a directory structure for the JSON-Java code
30
31
-mkdir -p src\org\json
+# Windows version
32
+md /s src\org\json
33
34
\# clone JSON-Java
35
-git clone https://github.com/stleary/JSON-Java-unit-test.git src\org\json
36
+git clone https://github.com/stleary/JSON-Java.git src\org\json
37
38
\# Build, then execute the unit tests and code coverage
39
0 commit comments