Fix wording.

This commit is contained in:
Hyperling 2023-07-06 06:52:14 -07:00
parent 95714bc385
commit 3b7b848eb4

View File

@ -52,7 +52,7 @@ This is essentially an upgrade but there is no pull.
# docker compose build
# docker compose up -d
```
If you'd like it as a one command:
If you'd like it as a one-line command:
```
# docker compose down && docker compose build && docker compose up -d
```