From e17240c8575dbdc89fa8fc7f9cf7678306cf6b9d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 26 Dec 2020 12:53:55 -0500 Subject: doc/install/*: Describe dev/trunk and rel/trunk --- (limited to 'doc') diff --git a/doc/install/chroot.mdwn b/doc/install/chroot.mdwn index cc4a86c..d561848 100644 --- a/doc/install/chroot.mdwn +++ b/doc/install/chroot.mdwn @@ -14,19 +14,21 @@ It is assumed that you have already Installing ProteanOS ==================== -First decide which "suite" of ProteanOS you wish to install. Currently only one -suite is available: `dev/trunk`. +First decide which "suite" of ProteanOS you wish to install. `rel/trunk` is a +rolling release that receives updates free of known new bugs; it is recommended +for regular users. `dev/trunk` receives direct package uploads and should be +used by ProteanOS developers. Next decide where to install ProteanOS. Replace `$root` below with the path to which you want ProteanOS installed. If you installed prokit to your system, simply run: - $ sudo prokit install dev/trunk $root + $ sudo prokit install $suite $root Otherwise, from your prokit build directory, run: - $ sudo ./prokit install dev/trunk $root + $ sudo ./prokit install $suite $root Next Steps ========== diff --git a/doc/install/pc.mdwn b/doc/install/pc.mdwn index dd421d5..8d887fc 100644 --- a/doc/install/pc.mdwn +++ b/doc/install/pc.mdwn @@ -42,13 +42,18 @@ system on the computer on which you plan to install ProteanOS. Installation ============ +Decide which "suite" of ProteanOS you wish to install. `rel/trunk` is a rolling +release that receives updates free of known new bugs; it is recommended for +regular users. `dev/trunk` receives direct package uploads and should be used +by ProteanOS developers. + If you installed prokit to your system, run: - $ sudo prokit installer-pc -a $arch -p $plat dev/trunk $device + $ sudo prokit installer-pc -a $arch -p $plat $suite $device Otherwise, from your prokit build directory, run: - $ sudo ./prokit installer-pc -a $arch -p $plat dev/trunk $device + $ sudo ./prokit installer-pc -a $arch -p $plat $suite $device Replace `$arch` with the architecture (e.g. `i686-linux-glibc`), `$plat` with the platform (e.g. `x60`), and `$device` with the device file name (e.g. -- cgit v0.9.1