Update readme for latest RC

This commit is contained in:
Aode (Lion) 2022-03-21 21:20:50 -05:00
parent 9a8dc0e44f
commit 9b89ff32fa

View file

@ -9,7 +9,7 @@ _a simple image hosting service_
## Usage
### Running
```
pict-rs 0.3.0-rc.1
pict-rs 0.3.0-rc.5
USAGE:
pict-rs [FLAGS] [OPTIONS] [SUBCOMMAND]
@ -21,7 +21,9 @@ FLAGS:
OPTIONS:
-a, --addr <addr> The address and port the server binds to.
--api-key <api-key> An optional string to be checked on requests to privileged endpoints
--api-key <api-key>
An optional string to be checked on requests to privileged endpoints
-c, --config-file <config-file> Path to the pict-rs configuration file
-f, --filters <filters>...
An optional list of filters to permit, supports 'identity', 'thumbnail', 'resize', 'crop', and 'blur'
@ -38,6 +40,7 @@ OPTIONS:
Enable OpenTelemetry Tracing exports to the given OpenTelemetry collector
-p, --path <path> The path to the data directory, e.g. data/
--sled-cache-capacity <sled-cache-capacity> Specify the number of bytes sled is allowed to use for it's cache
SUBCOMMANDS:
file-store