From 8eff6283030550eb609ac52b3e88853ce095c951 Mon Sep 17 00:00:00 2001 From: Seth Jackson Date: Tue, 23 May 2017 14:43:02 -0400 Subject: [PATCH] Update Windows usage. So that the example invocation works in PowerShell and cmd. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f14f03c16..eca8c088d 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ $ ./bin/dependency-check.sh --project Testing --out . --scan [path to jar files ``` On Windows ``` -> bin/dependency-check.bat -h -> bin/dependency-check.bat --project Testing --out . --scan [path to jar files to be scanned] +> .\bin\dependency-check.bat -h +> .\bin\dependency-check.bat --project Testing --out . --scan [path to jar files to be scanned] ``` On Mac with [Homebrew](http://brew.sh) ```