diff --git a/README.md b/README.md index 7035a9b..f6bd8ca 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml" ``` Add your REST server url as secret: ``` -`abra app secret insert restic_repo v1 "rest:https://user:pass@host:8000/"` +abra app secret insert restic_repo v1 "rest:https://user:pass@host:8000/" ``` The secret will overwrite the `RESTIC_REPOSITORY` variable.