lunabot/README.md

17 lines
191 B
Markdown
Raw Normal View History

2019-04-27 02:04:53 +00:00
# lunabot
journal-like util for me
## building
- a robot girl
- posix compliant make
- gcc/any cc
```
make
# or just remove PREFIX for /usr/local
make PREFIX=$HOME/.local install
```