From bf1530e38ffbece69839fa6d853dfbbe3a040a57 Mon Sep 17 00:00:00 2001 From: Zeeve <155419506+Thezeeve@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:40:47 +0100 Subject: [PATCH] docs: improve grammar and remove repetitive wording in prerequisites Merged repetitive prerequisite lines about AWS credentials and KEY_PATH/KEY_PASSWORD into a single, clearer statement. --- docker/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 75a9ace8..92b3c27c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,8 +1,7 @@ ## Prerequisites - A machine running Docker -- A valid AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY for an S3-compatible storage provider. This is used for backing up your node's keys and configuration. -- A valid KEY_PATH and KEY_PASSWORD for your S3-compatible storage provider. This is used for backing up your node's keys and configuration. +- A valid AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY for an S3-compatible storage provider, along with a KEY_PATH and KEY_PASSWORD. These credentials and settings are used to securely back up your node’s keys and configuration. ## Running the Image