Update readme indicates install .NET 8 SDK.

This commit is contained in:
Anduin Xue
2024-02-19 10:36:11 +00:00
parent 8642b70d0a
commit b3db4823be
+1 -1
View File
@@ -33,7 +33,7 @@ It will install the app as a systemd service, and start it automatically. Binary
Requirements about how to run
1. Install [.NET 7 SDK](http://dot.net/) and [Node.js](https://nodejs.org/).
1. Install [.NET 8 SDK](http://dot.net/) and [Node.js](https://nodejs.org/).
2. Execute `npm install` at `wwwroot` folder to install the dependencies.
3. Execute `dotnet run` to run the app.
4. Use your browser to view [http://localhost:5000](http://localhost:5000).