diff --git a/docs/EditorsTroubleshooting.md b/docs/EditorsTroubleshooting.md index 312bea9cb..68f3703c5 100644 --- a/docs/EditorsTroubleshooting.md +++ b/docs/EditorsTroubleshooting.md @@ -46,7 +46,7 @@ The following can help track down issues with the extension being unable to inst `C:\Users\[UserName]\AppData\Local\CSharpier\[CSharpierVersion]` or
`$HOME/.cache/csharpier/[CSharpierVersion]` 3. Assuming the directory above exists, attempt to run the following in that directory
- `dotnet-csharpier --version` + `dotnet csharpier --version` 4. If the installation appears to be corrupt, delete the directory and install CSharpier there yourself
`dotnet tool install csharpier --version [CSharpierVersion] --tool-path [PathFromStep2]` 5. Repeat step 3 to validate the install