Updated readme again
This commit is contained in:
parent
00dc485c08
commit
d6aa587091
|
@ -14,7 +14,7 @@ Builds available [here](https://cdn.seedno.de/builds/roulette).
|
||||||
|
|
||||||
This option is tailored specifically for my own use case.
|
This option is tailored specifically for my own use case.
|
||||||
|
|
||||||
When loading a new image, it checks for a successively-numbered file of the format `filename###.extension` in the same directory.
|
When loading a new image, it checks for a sequentially-numbered file in the same directory.
|
||||||
|
|
||||||
For example, let's say `/mnt/photos/MyVacation001.jpg` is being displayed.
|
For example, let's say `/mnt/photos/MyVacation001.jpg` is being displayed.
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ If you click on the image, `roulette` will attempt to display `/mnt/photos/MyVac
|
||||||
|
|
||||||
If that matching file is not found, it will select a random file as usual.
|
If that matching file is not found, it will select a random file as usual.
|
||||||
|
|
||||||
|
The expected format is `filename###.extension`.
|
||||||
|
|
||||||
## Usage output
|
## Usage output
|
||||||
```
|
```
|
||||||
Usage:
|
Usage:
|
||||||
|
|
Loading…
Reference in New Issue