Update README

This commit is contained in:
2020-05-15 21:37:05 +02:00
parent e7a5934e9a
commit 2ea3eb053e

View File

@@ -9,14 +9,17 @@ Usage:
randopix [options] randopix [options]
Options: Options:
-m, --mode=MODE foxes, inspiro, inspiro-xmas -m, --mode=MODE The image source mode. Possible values: [foxes, inspiro, file]
-p, --path=PATH Path to a directory with images ('file' mode only)
-w, --windowed Do not start in fullscreen mode -w, --windowed Do not start in fullscreen mode
-v, --verbose Show more information
-h, --help Show this help -h, --help Show this help
``` ```
## Build ## Build
Install the [Nim Compoiler](https://nim-lang.org/install.html). Install the [Nim Compiler](https://nim-lang.org/install.html).
Use this command to install the dependencies and build the program: Use this command to install the dependencies and build the program:
``` ```
$ nimble release $ nimble build
``` ```