Skip to content
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
English | [中文](https://github.com/MCSLTeam/MCServerLauncher-Future/blob/master/README_ZH.md)
</br>
This repository only includes sources of the Daemon and the WPF Desktop Launcher. If you want to know more about the web
frontend, just click [here](https://github.com/MCSLTeam/MCServerLauncher-Future-Web).
frontend or Tauri launcher, just click [here](https://github.com/MCSLTeam/MCServerLauncher-Future-Web).

[![GPLv3](https://img.shields.io/badge/License-GPLv3-blue?color=#4ec820)](LICENSE)
![Platform Windows | macOS | Linux](https://img.shields.io/badge/Platform-Windows%20|%20Linux%20|%20macOS-blue?color=#4ec820)
Expand Down Expand Up @@ -42,7 +42,8 @@ non-Windows users.

## System Requirements

Requires [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
Daemon Requires [.NET Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
WPF Launcher Requires [.NET Desktop Runtime 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)

## Contribute

Expand Down
7 changes: 4 additions & 3 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的

## 组件

[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET 6.0 C# 构建的核心服务,提供强大的性能和灵活性。
[.NET 守护进程](https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon):使用 .NET C# 构建的核心服务,提供强大的性能和灵活性。

[Rust 守护进程](https://github.com/MCSLTeam/mcsl-daemon-rs/): (实验性) 采用新一代技术构建,使用 Rust 编写。

Expand All @@ -34,8 +34,9 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的

## 系统需求

守护进程:需要 [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
WPF桌面启动器:需要 [.NET Framework 4.6.2+](http://go.microsoft.com/fwlink/?linkid=780600)
守护进程:需要 [.NET 运行时 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)

WPF桌面启动器:需要 [.NET 桌面运行时 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)

## 贡献

Expand Down
Loading