diff --git a/README b/README new file mode 100644 index 0000000..3ac36bf --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +This project is written to use the Phobos standard library for D, +so it must be compiled with a compiler which supports Phobos, such +as GDC. + +To compile it using GDC: + +gdc *.d -o wp2git + +which generates an executable called wp2git.