leanshot/README.md

34 lines
488 B
Markdown
Raw Normal View History

2018-05-13 21:42:19 +00:00
screenshot
==========
Screenshot-capturing utility. Selection isn't fully implemented, so it's disabled for now.
2018-05-14 23:03:30 +00:00
Bindings for `slop` have been generated by `bindgen`.
2018-05-13 22:36:49 +00:00
Installation
------------
Make sure you have cargo installed. Then run
```
cargo install --git https://github.com/iptq/screenshot
```
Building from Source
--------------------
First, clone this repository. Then, run
```
cargo build
```
Happy hacking!
2018-05-13 21:42:19 +00:00
Contact
-------
Author: Michael Zhang
License: GNU GPL v3