Skip to content

Commit a8189ae

Browse files
authored
Update installation instructions for RPM-based distros
1 parent 3215319 commit a8189ae

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
@@ -41,7 +41,13 @@ To install the Docker Compose plugin on Linux, you can either:
4141
$ sudo apt-get update
4242
$ sudo apt-get install docker-compose-plugin
4343
```
44-
* For RPM-based distributions, run:
44+
* For Fedora, run:
45+
```console
46+
$ sudo dnf update
47+
$ sudo dnf install docker-compose
48+
```
49+
50+
* For RHEL and other RPM-based distributions, run:
4551

4652
```console
4753
$ sudo yum update

0 commit comments

Comments
 (0)