linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation * linux/m*: add Korean translation
This commit is contained in:
12
pages.ko/linux/mono.md
Normal file
12
pages.ko/linux/mono.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# mono
|
||||
|
||||
> .NET 프레임워크를 위한 런타임.
|
||||
> 더 많은 정보: <https://www.mono-project.com/docs/>.
|
||||
|
||||
- 디버그 모드로 .NET 어셈블리 실행:
|
||||
|
||||
`mono --debug {{경로/대상/프로그램.exe}}`
|
||||
|
||||
- .NET 어셈블리 실행:
|
||||
|
||||
`mono {{경로/대상/프로그램.exe}}`
|
Reference in New Issue
Block a user