# Installation & setup

You can install Glossary via the plugin store, or through Composer.

# Craft Plugin Store

To install Glossary, navigate to the Plugin store section of your Craft control panel, search for Glossary and click the Install button.

# Composer

You can also add the package to your project using Composer.

  1. Open your terminal and go to your Craft project:
    cd /path/to/project
    
  2. Then tell Composer to add the plugin:
    composer require codemonauts/craft-glossary
    
  3. Now install and activate the plugin in Craft:
    ./craft install/plugin glossary
    
Last Updated: 1/27/2023, 1:54:09 PM