Skip to content

Commit 4b0f844

Browse files
authored
Forgot to update the "Update Docker Compose section"
1 parent a8189ae commit 4b0f844

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/manuals/compose/install/linux.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ To update the Docker Compose plugin, run the following commands:
7070
$ sudo apt-get update
7171
$ sudo apt-get install docker-compose-plugin
7272
```
73-
* For RPM-based distributions, run:
73+
* For Fedora, run:
74+
75+
```console
76+
$ sudo dnf update
77+
$ sudo dnf upgrade docker-compose
78+
```
79+
* For RHEL and other RPM-based distributions, run:
7480

7581
```console
7682
$ sudo yum update

0 commit comments

Comments
 (0)