Differences
This shows you the differences between two versions of the page.
| computer:wordpress:wp-cli_installieren [2023/10/24 07:38] – created spring | computer:wordpress:wp-cli_installieren [2023/10/24 07:39] (current) – spring | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== WP-CLI installieren ====== | ====== WP-CLI installieren ====== | ||
| * https:// | * https:// | ||
| + | curl -O https:// | ||
| + | # check if it works | ||
| + | php wp-cli.phar --info | ||
| + | # move into dir in path and rename to wp | ||