From 7460037528a266d0dc2dbb7b5c2ed17c1920d18f Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Fri, 11 May 2018 12:47:04 +0100
Subject: [PATCH] Add link to releases page

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4521183..37fbc72 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ kube-bench supports the tests for multiple versions of Kubernetes (1.6, 1.7 and
 
 ## Installation
 
-You can either install kube-bench through a dedicated container, or compile it from source:
+You can either install kube-bench through a dedicated container, install the latest binaries from the [Releases page](https://github.com/aquasecurity/kube-bench/releases), or compile it from source.
 
 ### Running inside a container
 
-- 
GitLab