We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8189ae commit 4b0f844Copy full SHA for 4b0f844
content/manuals/compose/install/linux.md
@@ -70,7 +70,13 @@ To update the Docker Compose plugin, run the following commands:
70
$ sudo apt-get update
71
$ sudo apt-get install docker-compose-plugin
72
```
73
-* For RPM-based distributions, run:
+* 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:
80
81
```console
82
$ sudo yum update
0 commit comments