diff --git a/README.md b/README.md
index 7c0cd9e63abdc2c69dc7fb6381efcfe392f3eb06..c1ffa05a1a7f1c07c369f8dbb87fa6f9e8d39f68 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ There are RPM packages available for Fedora 29+. These are installing the roles
 
 **Ansible galaxy**
 
-Please use the git repo or the RPM for now or create links to the `~/.ansible/` directories.
+Please use the git repo or the RPM for now or create links for roles and plugins to the `~/.ansible/` directories.
 
 There are currently some limitations with Ansible collections that are making the use of ansible-freeipa roles with galaxy not simply possible. Modules and module_utils that are part of a role need to be placed in the global `plugins/modules` and `plugins/module_utils` directory. Modules used in the roles can be found after adding the `freeipa.ansible_freeipa.` prefix, but the also needed module_utils can not be found. Not in the global `plugins/module_utils` directory and also not in the role specific `module_utils` directory.