diff options
Diffstat (limited to '.header.html')
-rw-r--r-- | .header.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.header.html b/.header.html new file mode 100644 index 0000000..4da149a --- /dev/null +++ b/.header.html @@ -0,0 +1,22 @@ +<head></head><body><html> + +<pre> +This is a darcs archive for the <a href="www/">Pure Data Packet</a> project. + +To make a local copy of the repositiory do: + + darcs get --partial http://zwizwa.be/darcs/pdp-12 + cd pdp-12 + . bootstrap + ./configure && make + +To get updates later, cd to the pdp-12 directory and do: + + darcs pull -a + cd pdp-12 + . bootstrap + ./configure && make + +</pre> +</html></body> + |