Skip to content

Commit bb9ff67

Browse files
committed
UPGRADING: Split out command to run into a code block.
1 parent 07518e4 commit bb9ff67

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

UPGRADING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ section.
2929
Note that `docker-zulip` did not support for Zulip's built-in
3030
`restore-backup` tool before Zulip 3.0.
3131

32-
1. Pull the new image version, e.g. for `2.0.8` run: `docker pull zulip/docker-zulip:2.0.8-0`. We recommend always upgrading to the
33-
latest minor release within a major release series.
32+
1. Pull the new image version, e.g. for `2.0.8` run:
33+
34+
```shell
35+
docker pull zulip/docker-zulip:2.0.8-0
36+
```
37+
38+
We recommend always upgrading to the latest minor release within a major
39+
release series.
3440

3541
2. Update this project to the corresponding `docker-zulip` version and
3642
resolve any merge conflicts in `docker-compose.yml`.

0 commit comments

Comments
 (0)