Skip to content

Commit f26f46e

Browse files
authored
Merge pull request #252 from Numpsy/update_readme
Fix the path to the OptionsAnalyzer binary in the readme.
2 parents 302ef5a + b116e7b commit f26f46e

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)