From 3b9a17ca113dc077b693454affe8c6a66aa46d31 Mon Sep 17 00:00:00 2001 From: SparkyTD <45818400+SparkyTD@users.noreply.github.com> Date: Fri, 29 Jul 2022 02:43:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b50a0..2fd5077 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ This project is basically a [Java Agent](https://stackify.com/what-are-java-agen 3. Add this at the end of the file: `-javaagent:C:\\Users\\Sparky\\AppData\\Local\\JetBrains\\rider-razor-fix.jar` 4. Restart Rider -If you accidentally misspell something in the VM options file, or delete the downloaded .jar file, Rider won't be able to start anymore. In this case read [this](https://www.jetbrains.com/help/rider/Tuning_the_IDE.html) or [this](https://www.jetbrains.com/help/rider/Directories_Used_by_the_IDE_to_Store_Settings_Caches_Plugins_and_Logs.html#config-directory) article to locate your .vmoptions file, and manually remove the `-javaagent` flag. +If you accidentally misspell something in the VM options file, or delete the downloaded .jar file, Rider won't be able to start anymore. In this case read [this](https://www.jetbrains.com/help/rider/Tuning_the_IDE.html) or [this](https://www.jetbrains.com/help/rider/Directories_Used_by_the_IDE_to_Store_Settings_Caches_Plugins_and_Logs.html#config-directory) article to locate your .vmoptions file, and manually remove the `javaagent` flag.