Skip to content

WP CLIをローカルにインストール

Naoki Ohashi edited this page Mar 9, 2021 · 1 revision
$ cd
$ curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar -o wp
$ chmod 755 wp
$ mv wp /usr/local/bin/

or

$ brew install wp-cli
Clone this wiki locally