From 7cd046c11265bfe0bbb5571067a616fd3843ea88 Mon Sep 17 00:00:00 2001 From: Arvkus Date: Tue, 28 Jul 2020 12:20:43 +0300 Subject: [PATCH] edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf3824..065c3e0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ This template is created for Rimworld moders who use [Visual Studio Code (VSC)]( ## Setup 1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have C# packages from Visual Studio. 2. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp). -3. Make sure to have this project inside Rimworld `Mods` folder. +3. Clone or pull this template into your Rimworld `Mods` folder. 4. With all prerequisites open the project's folder with VSC and press `F5` key. If everything is okay Rimworld will boot and will print `Mod template: success` inside Rimworld developer console, assuming this mod is enabled. 5. Modify `About.xml` and `Mod.csproj` files to match your mod name and version. \ No newline at end of file