> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wp-content.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Manage your organization content from CLI.

## Installation

Download [wpc.phar](https://downloads.wp-content.io/wpc-cli/latest/wpc.phar) using wget or curl. For example:

```bash theme={null}
curl -O https://downloads.wp-content.io/wpc-cli/latest/wpc.phar
```

To be able to type just `wpc`, instead of php wpc.phar, you need to make the file executable and move it to somewhere in your PATH. For example:

```bash theme={null}
chmod +x wpc.phar
sudo mv wpc.phar /usr/local/bin/wpc
```

<Note>
  The CLI needs at least PHP 8.2 and zip extension installed to works.
</Note>
