]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
installation: warn about GitHub releases
authorVincent Bernat <vincent@bernat.im>
Fri, 5 May 2017 06:03:45 +0000 (08:03 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 5 May 2017 06:03:45 +0000 (08:03 +0200)
content/installation.html

index 2dd236cf8c3d8b94df9d8bcc6b117b019cdf561b..a3d4f39b4161343dc40a6c589ee1e18d1cec5079 100644 (file)
@@ -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