Document use of install-plugins script

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
diff --git a/README.md b/README.md
index 99f8027..95cdef3 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,13 @@
 RUN /usr/local/bin/plugins.sh /usr/share/jenkins/ref/plugins.txt
 ```
 
+As an alternative, you can rely on the `install-plugins.sh` script to pass a set of plugins to download with their dependencies. Use plugin artifact ID, whithout `-plugin` extension.
+
+```
+FROM jenkins
+RUN install-plugins.sh docker-slaves github-branch-source 
+```
+
 When jenkins container starts, it will check JENKINS_HOME has this reference content, and copy them
 there if required. It will not override such files, so if you upgraded some plugins from UI they won't
 be reverted on next start.