# Installing Social

This plugin can be installed either through the Plugin Store or through Composer.

# Plugin Store

Go to Control Panel → Plugin Store and search for Social, then click Install.

# Composer

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

    cd /path/to/project
    
  2. Then tell Composer to load the plugin:

    composer require dukt/social
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Social.

# Updating from Social 1.x

Social 2.0 requires you to be running at least Social 1.1.0 before updating.