Skip to content

Commit

Permalink
Merge pull request #328 from blackfile/patch-1
Browse files Browse the repository at this point in the history
Update installing.md
  • Loading branch information
schlessera authored Jul 23, 2019
2 parents a4dba09 + 8213dd5 commit 2da649c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/wp-cli/builds/tree/gh-pages/deb>

### 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.
Expand Down

0 comments on commit 2da649c

Please sign in to comment.