From 84887f06fd471657fd4a1309e2e618df67258fc0 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <pehjota>
Date: Mon, 25 Jun 2018 00:05:55 -0400
Subject: doc/install/prokit: Recommend against version 1.1.0

---
(limited to 'doc')

diff --git a/doc/install/prokit.mdwn b/doc/install/prokit.mdwn
index e3122a6..3e32017 100644
--- a/doc/install/prokit.mdwn
+++ b/doc/install/prokit.mdwn
@@ -22,31 +22,25 @@ necessary if you don't use **sudo**(8).
 Downloading the ProteanOS Development Kit
 =========================================
 
-Download a released version of prokit from the files site by [HTTP][prokit-http]
-or [FTP][prokit-ftp], e.g.:
-
-    $ wget http://files.proteanos.com/pub/prokit/1.1.0/prokit-1.1.0.tar.gz
-    $ tar -xzf prokit-1.1.0.tar.gz
-    $ cd prokit-1.1.0/
-
-Or clone it from the [Git repository][prokit-git]:
+Clone prokit from the [Git repository][prokit-git]:
 
     $ git clone git://git.proteanos.com/prokit/prokit.git
     $ cd prokit/
 
-To install ProteanOS on a supported PC, currently you'll need to get prokit from
-its Git repository.
+*(Using the current released version, 1.1.0, is not recommended at this time, as
+the Git repository contains numerous major [improvements][prokit-news] including
+use of an updated mirrors list and installer commands for PC block devices and
+initramfs images.  The head of the Git master branch is stable, with no known
+bugs.  Version 2.0.0 will be released soon, pending some additional new
+features.)*
 
 Users of Parabola GNU/Linux-libre and Arch [GNU/]Linux can find prokit packages
 in the AUR (thanks to Serge Victor):
 
-  * [prokit][aur-prokit]
   * [prokit-git][aur-prokit-git]
 
-[prokit-http]: http://files.proteanos.com/pub/prokit/
-[prokit-ftp]: ftp://files.proteanos.com/pub/prokit/
 [prokit-git]: http://git.proteanos.com/prokit/prokit.git/
-[aur-prokit]: https://aur.archlinux.org/packages/prokit/
+[prokit-news]: http://git.proteanos.com/prokit/prokit.git/tree/NEWS/
 [aur-prokit-git]: https://aur.archlinux.org/packages/prokit-git/
 
 
@@ -55,11 +49,6 @@ Building the ProteanOS Development Kit
 
 Configure and build prokit:
 
-    $ ./configure
-    $ make
-
-Or, if you cloned the Git repository, run:
-
     $ ./autogen.sh
     $ make
 
@@ -89,5 +78,3 @@ prokit comes with a manual, starting with the **prokit**(1) page:
 Or, if you didn't install prokit, you can find the manual by running:
 
     $ man man/prokit.1
-
-The manual is also available from the [[prokit_homepage|dev/prokit]].
--
cgit v0.9.1