add new chinese translations
This commit is contained in:
12
pages.zh/linux/mono.md
Normal file
12
pages.zh/linux/mono.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Mono
|
||||
|
||||
> .NET Framework 的运行时。
|
||||
> 更多信息:<https://www.mono-project.com/docs/>.
|
||||
|
||||
- 以调试模式运行 .NET 程序集:
|
||||
|
||||
`mono --debug {{path/to/program.exe}}`
|
||||
|
||||
- 运行 .NET 程序集:
|
||||
|
||||
`mono {{path/to/program.exe}}`
|
Reference in New Issue
Block a user