From 932da1d27a2f5b14071f1c69726bff4ff3ea4499 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Tue, 17 Nov 2020 01:05:54 -0800 Subject: [PATCH] Create some initial description/instructions for this directory. --- xtrn/3rdp-install/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xtrn/3rdp-install/README.md diff --git a/xtrn/3rdp-install/README.md b/xtrn/3rdp-install/README.md new file mode 100644 index 0000000000..3e0a6a7e31 --- /dev/null +++ b/xtrn/3rdp-install/README.md @@ -0,0 +1,13 @@ +# Synchronet 3rd Party External Program (door) Install Instructions + +The `.ini` files in this directory are in the Synchronet `install-xtrn.ini` +format with base filenames reflecting the door they are intended to help +install into a Synchronet system. + +The additional keys expected are: +~~~ +exe = name of the executable file +md5 = comma-separated list of MD5-sums for supported executable file versions +~~~ +MD5-sums are presented in lowercase hexadecimal (e.g. same format returned by +*nix `md5sum` utility). -- GitLab