ref: e29aea8358355e6e195ec2782ec0d7b67eac4f1c
dir: /README.md/
# 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> ``` ## documentation see `acme(2)` for information on how to use the library.