filter for mirrors

Change-Id: I1ee52c0ef6a6bcca36b2693d34b802ba3e714557
diff --git a/README.rst b/README.rst
index d84ba04..0223a14 100644
--- a/README.rst
+++ b/README.rst
@@ -80,6 +80,7 @@
               awsSecretAccessKey: xxxx
               bucket: test
 
+
 Example pillar
 ==============
 
@@ -100,6 +101,27 @@
                distributions:
                  - nightly/trusty
 
+Basic Aptly server mirrors
+
+.. code-block:: yaml
+
+     aptly:
+       server:
+         mirror:
+           mirror_name:
+             source: http://example.com/debian
+             distribution: xenial
+             components: main
+             architectures: amd64
+             gpgkeys: 460F3999
+             filter: "!(Name (% *-dbg))"
+             publisher:
+               component: example
+               distributions:
+                 - xenial/repo/nightly
+                 - "s3:aptcdn:xenial/repo/nightly"
+
+
 Proxy environment variables (optional) in cron job for mirroring script
 
 .. code-block:: yaml