From 68b56ccf928cdd2104a4602015d59624c3c13fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sun, 31 Dec 2017 21:26:12 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb304ea..8b9fc12 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Pixelflut a simple image: # - To host 127.0.0.1 on port 8080 # - With the image: image.png # - With 4 painting threads -# - With a size of (400, 400) -pixelpwnr 127.0.0.1:8080 -i image.png -c 4 -w 400 -h 400 +# - With the size of the screen (default) +pixelpwnr 127.0.0.1:8080 -i image.png -c 4 # Other CLI syntax is also supported -pixelpwnr "127.0.0.1:8080" -i="image.png" -c=4 -w=400 -h=400 +pixelpwnr "127.0.0.1:8080" --image="image.png" -c=4 ``` Pixelflut an animated image: