From 1a3c87bb2df698aa490d081ee8677e1478500ea5 Mon Sep 17 00:00:00 2001 From: luxick Date: Sat, 23 May 2020 14:02:29 +0200 Subject: [PATCH] Update README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17bbe0f..bc834a6 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ randopix Version 0.1 - Display random images from different sources Usage: - randopix [options] + randopix [options] Options: - -m, --mode=MODE The image source mode. Possible values: [foxes, inspiro, file] + -m, --mode=MODE The image source mode. Possible values: [none, foxes, inspiro, file] -p, --path=PATH Path to a directory with images for the 'file' mode -t, --timeout=TIMEOUT Seconds before the image is refreshed (default: 300) -w, --windowed Do not start in fullscreen mode @@ -33,12 +33,12 @@ Commands: refresh Force image refresh now timeout Set timeout in seconds before a new image is displayed + mode Change the display mode. Possible values: [none, foxes, inspiro, file] Options: -s, --server=SERVER Host running the randopix server (default: 127.0.0.1) -p, --port=PORT Port to connect to the randopix server (default: 5555) -h, --help Show this help - ``` ## Build Install the [Nim Compiler](https://nim-lang.org/install.html).