forked from michael/leanshot
Update README.md
This commit is contained in:
parent
d534834847
commit
f4da063303
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -5,17 +5,22 @@ leanshot
|
||||||
|
|
||||||
Screenshot-capturing utility.
|
Screenshot-capturing utility.
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
You must have imlib2 and OpenGL installed. Fortunately, these are relatively common libraries.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
So far, only installation from crates.io is supported:
|
Binary distributions are available on the [releases](https://github.com/iptq/leanshot/releases) page.
|
||||||
|
|
||||||
|
To install from crates.io, use:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install leanshot
|
cargo install leanshot
|
||||||
```
|
```
|
||||||
|
|
||||||
Binary distributions will soon be available on the releases page.
|
|
||||||
|
|
||||||
Example Integration
|
Example Integration
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue