shithub: dpaint

Download patch

ref: 9840e705a8504a60bef6a80560a1734c59bcc754
parent: 13de441dc474685511d810c4dd44945f7bcdc48e
author: thedaemon <[email protected]>
date: Sat Jul 8 12:40:42 EDT 2023

Update 'README.md'

added compile / run info

--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
 # DaemonPaint
 
-A fork of paint(1) from 9front / Plan9.
-
+A fork of paint(1) from 9front / Plan9.
+
+To compile on AMD64
+* 6c dpaint.c
+* 6l dpaint.6
+* mv out.6 $home/glenda/bin/amd64/dpaint
+
+then just type **dpaint** to run.
+