shithub: libacme

Download patch

ref: caa12419b3d9e1ff57a77728e6f65211ab414b14
parent: 44f4cda90919a37dfd1fea113dc3ba02f2c7106c
author: james palmer <foura@biobuf.link>
date: Wed Jun 2 12:27:27 EDT 2021

"add

--- /dev/null
+++ b/README.md
@@ -1,0 +1,19 @@
+# libacme
+
+a c library for interacting with plan9's acme.
+
+## to install
+
+```
+git/clone https://git.sr.ht/~foura/libacme
+cd libacme
+mk install
+```
+
+## to use
+
+```
+#include <acme.h>
+```
+
+manual page to be written.