diff options
author | Patrick McDermott <pehjota> | 2019-03-23 14:43:35 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-03-23 14:43:35 (EDT) |
commit | 058a3c551d9b3402bef9ebf89151e20e4897e080 (patch) | |
tree | b290d07e47a297b74057a655074cefb2d08065a3 /doc | |
parent | 9638ba8e51d24b6ddfd609b8b276f7d28f7fc975 (diff) | |
parent | 32199feacf9feecf224a0f2b1489415850e122f2 (diff) |
Merge remote-tracking branch 'origin/master'
Conflicts:
dev/archive/signing.mdwn
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 5 | ||||
-rw-r--r-- | doc/install/prokit.mdwn | 31 |
2 files changed, 11 insertions, 25 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index ab53b42..45b9c8d 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -3,9 +3,8 @@ There are two simple steps to downloading and installing ProteanOS. First, you need to download, build, and optionally install -[[prokit|dev/prokit]], the ProteanOS Development Kit. This software package -will allow you to install and manage ProteanOS systems. -[[Get_started!_→|doc/install/prokit]] +prokit, the ProteanOS Development Kit. This software package will allow you to +install and manage ProteanOS systems. [[Get_started!_→|doc/install/prokit]] Then, choose how and where to install ProteanOS: diff --git a/doc/install/prokit.mdwn b/doc/install/prokit.mdwn index efb94d0..3e32017 100644 --- a/doc/install/prokit.mdwn +++ b/doc/install/prokit.mdwn @@ -22,32 +22,26 @@ 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://aur4.archlinux.org/packages/prokit/ -[aur-prokit-git]: https://aur4.archlinux.org/packages/prokit-git/ +[prokit-news]: http://git.proteanos.com/prokit/prokit.git/tree/NEWS/ +[aur-prokit-git]: https://aur.archlinux.org/packages/prokit-git/ Building the ProteanOS Development Kit @@ -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]]. |