From da869342b03ab64ade52b85e6eedfd38f481309e Mon Sep 17 00:00:00 2001 From: "Bacchus Jackson (JaX)" <34331871+BacchusJackson@users.noreply.github.com> Date: Tue, 22 Sep 2020 13:17:42 -0400 Subject: [PATCH] mono: add page (#4212) * mono: add page * Apply suggestions from code review Co-authored-by: Starbeamrainbowlabs Co-authored-by: Taryn * Update mono.md Co-authored-by: Axel Navarro Co-authored-by: Starbeamrainbowlabs Co-authored-by: Taryn --- pages/linux/mono.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/mono.md diff --git a/pages/linux/mono.md b/pages/linux/mono.md new file mode 100644 index 000000000..d30aded4a --- /dev/null +++ b/pages/linux/mono.md @@ -0,0 +1,12 @@ +# mono + +> Runtime for the .NET Framework. +> More information: . + +- Run a .NET assembly in debug mode: + +`mono --debug {{path/to/program.exe}}` + +- Run a .NET assembly: + +`mono {{path/to/program.exe}}`