From b0cd74375d18acd362a0296cb06b09d736a50754 Mon Sep 17 00:00:00 2001
From: Markus Frosch <markus.frosch@icinga.com>
Date: Mon, 9 Apr 2018 13:30:25 +0200
Subject: [PATCH] Extend usage example

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 3326a99..9731214 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`
-- 
GitLab