From 136c6e9e9dd37ba2187cae7e920e428458273168 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Nov 15 2018 13:58:03 +0000 Subject: add missing word to DNF invocation --- diff --git a/homepage/index.html b/homepage/index.html index 2b9a52d..ff9aa5c 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -165,7 +165,7 @@

Install a specific use case

-
$ sudo dnf install mongodb/client
+
$ sudo dnf module install mongodb/client

Installs client tooling for MongoDB. Server is also available and can be installed at the same time if desired.