This diff:

diff --git a/README.txt b/README.txt
index b7463cc..09702a8 100644
--- a/README.txt
+++ b/README.txt
@@ -12,7 +12,11 @@ or customize.
 
 Installation
 
-- Download Boostrap files on /sites/all/libraries/accessibility.
-- Install and enable Boostrap accessibility library module.
+- Download Boostrap Accessibility plugin files in /sites/all/libraries/bootstrap-accessibility-plugin
+- Proper paths are:
+sites/all/libraries/bootstrap-accessibility-plugin/css/bootstrap-accessibility.min.css
+and
+sites/all/libraries/bootstrap-accessibility-plugin/js/bootstrap-accessibility.min.js
+- Install and enable Boostrap accessibility module as any other module
 - Configure on which pages you want to load the libraries (by default everything 
   but admin/*).

Will make installation way easier.

Also, I'm a fun of being able to git clone the library and adapting the Drupal module to the directory structure of the library.
In this case it would be:
sites/all/libraries/bootstrap-accessibility-plugin/plugins/js/bootstrap-accessibility.min.js

I can prepare a patch for that if you are ok with it.

Comments

bserem created an issue.