diff --git a/README.md b/README.md index c56a399..faaa078 100644 --- a/README.md +++ b/README.md @@ -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 -Pwns pixelflut +A quick pixelflut client, that pwns pixelflut panels. USAGE: pixelpwnr [OPTIONS] --images ... diff --git a/TODO.md b/TODO.md index 9b3e55c..0ff4441 100644 --- a/TODO.md +++ b/TODO.md @@ -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.