diff --git a/README.md b/README.md
index 3326a998f40a6a120f3c60e45993fa5132fc3c77..973121418f6d3c7a31bb8792b81d9f0ef8f65f9f 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,15 @@ scripts with a local Docker.
 cp icinga-build-docker ~/bin/
 
 cd ~/devel/icinga/rpm-icinga2
+
+# build the package
 icinga-build-docker centos/7:x86_64
+
+# result of the build
+ls -al build/
+
+# test the package, e.g. package installation
+icinga-build-docker centos/7:x86_64 icinga-build-test
 ```
 
 The full image name would be: `registry.icinga.com/build-docker/centos/7:x86_64`