diff options
Diffstat (limited to 'doc/install/pc.mdwn')
-rw-r--r-- | doc/install/pc.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
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. |