From 4776ca83b41c1fb1b6822b411a12a518d2b184bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sun, 31 Dec 2017 20:02:55 +0100 Subject: [PATCH] Mention that Git is required --- README.md | 4 ++-- TODO.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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.