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}}`