Skip to content

Commit

Permalink
docs(readme): Fix README dotnet run instructions (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
annaowens committed Aug 10, 2023
1 parent 6dfa384 commit 6c65908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/detector-arguments.md
Original file line number Diff line number Diff line change
@@ -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
```

```
Expand Down

0 comments on commit 6c65908

Please sign in to comment.