Skip to content
Snippets Groups Projects
Commit 8b35cbd9 authored by David Barros's avatar David Barros
Browse files

Update instructions

parent df6c6096
Branches main
No related tags found
No related merge requests found
......@@ -22,6 +22,17 @@ The **Tagembed Integration Module** allows you to easily embed social media feed
```bash
composer require drupal/tagembed_integration:1.0.1
```
If the package is not recognizable by composer, add these lines in your composer.json
````
"repositories": [
{
"type": "vcs",
"url": "https://git.drupalcode.org/project/tagembed_integration.git"
}
]
````
2. Navigate to **Extend** in the Drupal admin panel and enable the *Tagembed Integration* module.
3. Clear the Drupal cache:
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment