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>
This commit is contained in:

committed by
GitHub

parent
9bb108ac9f
commit
da869342b0
12
pages/linux/mono.md
Normal file
12
pages/linux/mono.md
Normal 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}}`
|
Reference in New Issue
Block a user