mono: add page (#4212)

* mono: add page

* Apply suggestions from code review

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Taryn <Phrohdoh@users.noreply.github.com>

* Update mono.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Taryn <Phrohdoh@users.noreply.github.com>
beep
Bacchus Jackson (JaX) 2020-09-22 13:17:42 -04:00 committed by GitHub
parent 9bb108ac9f
commit da869342b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/linux/mono.md Normal file
View File

@ -0,0 +1,12 @@
# mono
> Runtime for the .NET Framework.
> More information: <https://www.mono-project.com/docs/>.
- Run a .NET assembly in debug mode:
`mono --debug {{path/to/program.exe}}`
- Run a .NET assembly:
`mono {{path/to/program.exe}}`