Skip to content

Commit b116e7b

Browse files
committed
Fix the path to the OptionsAnalyzer binary in the readme.
The build is using artifact output, so the binaries get put under ./artifacts rather than ./samples
1 parent 302ef5a commit b116e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ F# analyzers are live, real-time, project based plugins that enables to diagnose
1515
2. Run the console application:
1616

1717
```shell
18-
dotnet run --project src\FSharp.Analyzers.Cli\FSharp.Analyzers.Cli.fsproj -- --project ./samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path ./samples/OptionAnalyzer/bin/Release --verbosity d
18+
dotnet run --project src\FSharp.Analyzers.Cli\FSharp.Analyzers.Cli.fsproj -- --project ./samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path ./artifacts/bin/OptionAnalyzer/release --verbosity d
1919
```
2020

2121
You can also set up a run configuration of FSharp.Analyzers.Cli in your favorite IDE using similar arguments. This also allows you to debug FSharp.Analyzers.Cli.

0 commit comments

Comments
 (0)