Edit Readme to clarify path command

This commit is contained in:
ExilProductions
2025-11-16 04:56:00 +01:00
parent 3a4f6c74b1
commit f44a9ebf58

View File

@@ -77,7 +77,7 @@ VMM.ModRegistry.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssemb
### Building ### Building
1. Set the `VIGIL_GAME_DIR` environment variable to your Vigil installation directory 1. Set the `VIGIL_GAME_DIR` environment variable to your Vigil installation directory
- Example: `setx VIGIL_GAME_DIR "E:\Steam\steamapps\common\Vigil"` - Example Windows: `setx VIGIL_GAME_DIR "E:\Steam\steamapps\common\Vigil"`
2. Build the project using Visual Studio or `dotnet build` 2. Build the project using Visual Studio or `dotnet build`
3. The post-build event automatically copies the compiled DLL to the game's Mods folder 3. The post-build event automatically copies the compiled DLL to the game's Mods folder