From a9ff159c7804746800982445237a590a6479cbbd Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Fri, 13 May 2016 15:17:22 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cd97b8..d08751d 100644 --- a/README.md +++ b/README.md @@ -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 ````