summaryrefslogtreecommitdiffstats
path: root/doc/install/chroot.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/chroot.mdwn')
-rw-r--r--doc/install/chroot.mdwn10
1 files changed, 6 insertions, 4 deletions
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
==========