shithub: libacme

ref: 1bced94ed0ad5e160db18e553e2e0a58b158035b
dir: /README.md/

View raw version
# 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.