diff --git a/README.md b/README.md index c9c55cf..a24331f 100644 --- a/README.md +++ b/README.md @@ -417,16 +417,17 @@ $ pict-rs \ -p /path/to/sled-repo ``` -If you are running the docker container with default paths, it can be simplified to the following: +~~If you are running the docker container with default paths, it can be simplified to the following:~~ +_currently broken, will fix for next release candidate_ ```bash -$ pict-rs \ - filesystem \ - object-storage \ - -e https://object-storage-endpoint \ - -b bucket-name \ - -r region \ - -a access-key \ - -s secret-key +# pict-rs \ +# filesystem \ +# object-storage \ +# -e https://object-storage-endpoint \ +# -b bucket-name \ +# -r region \ +# -a access-key \ +# -s secret-key ``` _This command must be run while pict-rs is offline._