tSwitch to markdown - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 73975e1bfcc0c320383ede952ad9ae5dff79612e
 (DIR) parent 8da737ea0755185abfcb3d7e4ff95f06deed3a1c
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Wed, 11 Nov 2020 12:26:12 -0800
       
       Switch to markdown
       
       Diffstat:
         D win32/README                        |       7 -------
         A win32/README.md                     |       9 +++++++++
       
       2 files changed, 9 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/win32/README b/win32/README
       t@@ -1,7 +0,0 @@
       -This directory contains the code for a simple Windows install/uninstall
       -package. The "makeinstall" program takes a list of files (in "filelist") to
       -install, and produces a compressed copy of these files, which are placed
       -into the resources of the "setup" program. This program installs the listed
       -files to a target machine, and sets up the necessary registry keys for the
       -"uninstall" program to then be able to remove those files again. The only
       -file that should need to be distributed, therefore, is "setup.exe".
 (DIR) diff --git a/win32/README.md b/win32/README.md
       t@@ -0,0 +1,9 @@
       +## Windows installer
       +
       +This directory contains the code for a simple Windows install/uninstall
       +package. The `makeinstall` program takes a list of files (in `filelist`) to
       +install, and produces a compressed copy of these files, which are placed
       +into the resources of the `setup` program. This program installs the listed
       +files to a target machine, and sets up the necessary registry keys for the
       +`uninstall` program to then be able to remove those files again. The only
       +file that should need to be distributed, therefore, is `setup.exe`.