From 8213dd58d96465e2c27e5a18a6c770c61135f96a Mon Sep 17 00:00:00 2001 From: Luis Manuel Date: Tue, 16 Jul 2019 16:16:31 -0500 Subject: [PATCH] Update installing.md The installation commands for Fedora and CentOS have been added. --- installing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installing.md b/installing.md index 3f6663b5..947e92d1 100644 --- a/installing.md +++ b/installing.md @@ -244,7 +244,14 @@ You can now use WP-CLI from anywhere in Windows command line. On Debian or Ubuntu, just download and open one of the .deb packages: +### Installing on Fedora 30+ + su -c 'dnf install wp-cli' + +### Installing on CentOS + + su -c 'yum install wp-cli' + ### Using a custom PHP binary In some cases, like for MAMP installs, you might not want to use the default PHP binary.