From a3f426b186ab98f37e31f18bf840d0b317930937 Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 14 Dec 2023 13:34:30 +0900 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbb8fa..4f49432 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can find a comprehensive demo project in the `DotRecast.Recast.Demo` folder. ### Building DotRecast.Recast.Demo -1. `DotRecast.Recast.Demo` uses [dotnet 7](https://dotnet.microsoft.com/) to build platform specific projects. Download it and make sure it's available on your path, or specify the path to it. +1. `DotRecast.Recast.Demo` uses [dotnet 8](https://dotnet.microsoft.com/) to build platform specific projects. Download it and make sure it's available on your path, or specify the path to it. 2. Open a command prompt, point it to a directory and clone DotRecast to it: `git clone https://github.com/ikpil/DotRecast.git` 3. Open `\DotRecast.sln` with Visual Studio 2022 and build `DotRecast.Recast.Demo` - Optionally, you can run using the `dotnet run` command with `DotRecast.Recast.Demo.csproj`