Skip to content

Instantly share code, notes, and snippets.

@AtsushiA
Last active September 26, 2024 09:15
Show Gist options
  • Select an option

  • Save AtsushiA/601095377f1b536fd7df1bf8f9e99189 to your computer and use it in GitHub Desktop.

Select an option

Save AtsushiA/601095377f1b536fd7df1bf8f9e99189 to your computer and use it in GitHub Desktop.
setup WP-CLI on XSERVER
#/bin/bash
cd ~
mkdir bin && cd bin
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
mv wp-cli.phar wp
wp --info
@AtsushiA
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment