Skip to content

Commit

Permalink
Format command for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Dec 28, 2024
1 parent 416e0f7 commit a961f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
docker compose run --rm --entrypoint pip weewx \
install git+https://github.com/felddy/[email protected]
```

## Image tags ##
Expand Down

0 comments on commit a961f0f

Please sign in to comment.