Mention that Git is required

This commit is contained in:
Tim Visée
2017-12-31 20:02:55 +01:00
parent 3591385742
commit 4776ca83b4
2 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ pixelpwnr 127.0.0.1:8080 -i *.png --fps 5 -c 4 -w 400 -h 400 -x 100 -y 100
```
## Installation
For installation, Rust cargo is required.
For installation, Git and Rust cargo are required.
Install the latest version of Rust with [rustup][rustup].
Then, clone and install pixelpwnr with:
@@ -80,7 +80,7 @@ pixelpwnr --help
pixelpwnr 0.1
Tim Visee <timvisee@gmail.com>
Pwns pixelflut
A quick pixelflut client, that pwns pixelflut panels.
USAGE:
pixelpwnr [OPTIONS] <HOST> --images <PATH>...

View File

@@ -1,4 +1,5 @@
# TODO
- Do not draw invisible pixels.
- Read size from screen.
- Instantly update images in painter threads,
not just when the stopped drawing.