lunabot/README.md

19 lines
237 B
Markdown
Raw Normal View History

2019-04-27 02:04:53 +00:00
# lunabot
journal-like util for me
2019-04-30 05:23:18 +00:00
all times are in utc
2019-04-30 05:23:18 +00:00
## depedencies
- a robot girl to use those utils
- posix compliant make
2019-04-30 05:23:18 +00:00
- a c compiler
```
make
# or just remove PREFIX for /usr/local
make PREFIX=$HOME/.local install
```