From a961f0f04322be5b46800496d6c994df675e2293 Mon Sep 17 00:00:00 2001 From: Felddy Date: Sat, 28 Dec 2024 18:27:05 -0500 Subject: [PATCH] Format command for better readability --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8018609..d0bbe64 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ will be installed into the `data` volume, ensuring they persist between container restarts. ```console -docker compose run --rm --entrypoint pip weewx install git+https://github.com/felddy/weewx-home-assistant@v1.0.0 +docker compose run --rm --entrypoint pip weewx \ + install git+https://github.com/felddy/weewx-home-assistant@v1.0.0 ``` ## Image tags ##