diff --git a/README.md b/README.md index 9eb64b4..54adea8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Drupal recipe to setup default Varbase AI needed modules, import configs and g Add the recipe using composer: ``` -composer require vardot/setup-varbase-ai +composer require vardot/setup-varbase-ai:~1.0 ``` Change directory to `/web` or `/docroot` @@ -12,4 +12,8 @@ Change directory to `/web` or `/docroot` Run the Drupal recipe bash script: ``` php core/scripts/drupal recipe recipes/contrib/setup-varbase-ai +``` +or +``` +php core/scripts/drupal recipe ../vendor/vardot/setup-varbase-ai ``` \ No newline at end of file diff --git a/recipe.yml b/recipe.yml index 4f5da87..c581f72 100644 --- a/recipe.yml +++ b/recipe.yml @@ -15,20 +15,14 @@ config: ai_interpolator: '*' ai_interpolator_openai: '*' user.role.site_admin: - ensure_exists: - label: 'Site Admin' grantPermissions: - 'access openai content tools' - 'use openai ckeditor' user.role.content_admin: - ensure_exists: - label: 'Content Admin' grantPermissions: - 'access openai content tools' - 'use openai ckeditor' user.role.editor: - ensure_exists: - label: 'Editor' grantPermissions: - 'access openai content tools' - 'use openai ckeditor'