From 2a7ce285b5e7c61946767ea2997a594ee6798164 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 May 2017 08:03:45 +0200 Subject: [PATCH] installation: warn about GitHub releases --- content/installation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/installation.html b/content/installation.html index 2dd236cf..a3d4f39b 100644 --- a/content/installation.html +++ b/content/installation.html @@ -116,11 +116,12 @@ At least, you can [build _lldpd_ from source][]. This is the last resort method. Other methods are usually simpler. You first need to download the latest version -([{{ resource.meta.latestversion }}][lasttgz]). You need a working build -environment. +([{{ resource.meta.latestversion }}][lasttgz]) (do not download it +from GitHub, you would get an incomplete archive). You need a working +build environment. ::console - $ tar zxvf ~/download/lldpd-{{ resource.meta.latestversion }}.tar.gz + $ tar zxvf lldpd-{{ resource.meta.latestversion }}.tar.gz $ cd lldpd-{{ resource.meta.latestversion }} $ mkdir build $ cd build -- 2.39.5