diff --git a/README.md b/README.md index 31ce6a95c..ccafd52a9 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ $ git clone https://github.com/microsoft/component-detection $ cd component-detection # Run the app -$ dotnet run +$ dotnet run --project ".\src\Microsoft.ComponentDetection\Microsoft.ComponentDetection.csproj" scan --SourceDirectory [PATH TO THE REPO TO SCAN] ``` View the [detector arguments](docs/detector-arguments.md) for more information on how to use the tool. diff --git a/docs/detector-arguments.md b/docs/detector-arguments.md index 16fd9bbda..78a67a156 100644 --- a/docs/detector-arguments.md +++ b/docs/detector-arguments.md @@ -1,7 +1,7 @@ # Detector arguments ``` shell -dotnet run -p "src\Microsoft.ComponentDetection\Microsoft.ComponentDetection.csproj" help scan +dotnet run --project "src\Microsoft.ComponentDetection\Microsoft.ComponentDetection.csproj" help scan ``` ```