From e38aa378e944dcf3199061a7855839bafeaa79dc Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 29 Jan 2022 19:02:55 -0800 Subject: [PATCH] compiler_vm: add README linking to documentation --- applets/compiler_vm/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 applets/compiler_vm/README.md diff --git a/applets/compiler_vm/README.md b/applets/compiler_vm/README.md new file mode 100644 index 00000000..b7f01d90 --- /dev/null +++ b/applets/compiler_vm/README.md @@ -0,0 +1,3 @@ +PBot can interact with a virtual machine to safely execute arbitrary user-submitted system commands and code. + +For installation and usage instructions, see [the documentation.](../../doc/VirtualMachine.md)