shithub: libacme

ref: ce79e1fe0355e8e6aff4de3278c5b343f8b31538
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>
```

## documentation

see `acme(2)` for information on how to use the library.