From 9aa31f18e3a444854128dc7689072e289a0562f0 Mon Sep 17 00:00:00 2001
From: Franz Pletz <fpletz@fnordicwalking.de>
Date: Wed, 19 Oct 2016 19:06:02 +0200
Subject: [PATCH] docs: mention dependency on wget (#906)

Tested build on a minimal Ubuntu 16.04 container image without wget.
---
 docs/user/getting_started.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index 813eb3e41..1ebe37a14 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -36,6 +36,7 @@ freshly installed Debian Wheezy system the following packages are required:
 * `libncurses-dev` (actually `libncurses5-dev`)
 * `libz-dev` (actually `zlib1g-dev`)
 * `libssl-dev`
+* `wget`
 
 
 Building the images
-- 
GitLab