浏览代码

[Linux] Update requirements

Virgile Bello 7 年之前
父节点
当前提交
0199469a80
共有 1 个文件被更改,包括 3 次插入13 次删除
  1. 3 13
      en/manual/platforms/linux/setup-and-requirements.md

+ 3 - 13
en/manual/platforms/linux/setup-and-requirements.md

@@ -42,24 +42,14 @@ To run games on Linux, we use the [SDL2](https://www.libsdl.org/) library which
 sudo apt-get install libsdl2-dev
 sudo apt-get install libsdl2-dev
 ```
 ```
 
 
-## Mono
-
-To install Mono, please refer to the [Mono Project](http://www.mono-project.com/docs/getting-started/install/linux/) installation instructions for Debian/Ubuntu. 
-
-Make sure version 4.4 is installed. To check which version you have installed, type:
-
-```
-mono --version
-```
-
 ### .NET Code
 ### .NET Code
 
 
-For information about how to install .NET Core, see the [.NET Core instructions for Debian/Ubuntu](https://www.microsoft.com/net/core#ubuntu). 
+For information about how to install .NET Core, see the [.NET Core instructions for Debian/Ubuntu](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x).
 
 
-Make sure version 1.0 is installed. To check which version you have installed, type:
+Make sure version 2.1.300+ and runtime 2.1+ is installed. To check which version you have installed, type:
 
 
 ```
 ```
-dotnet --version
+dotnet --info
 ```
 ```
 
 
 ## See also
 ## See also