diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/chroot.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/chroot.mdwn b/doc/install/chroot.mdwn index 35020b0..cc4a86c 100644 --- a/doc/install/chroot.mdwn +++ b/doc/install/chroot.mdwn @@ -26,7 +26,7 @@ If you installed prokit to your system, simply run: Otherwise, from your prokit build directory, run: - $ sudo src/prokit install dev/trunk $root + $ sudo ./prokit install dev/trunk $root Next Steps ========== @@ -36,7 +36,7 @@ already. The **prokit-shell**(8) and **prokit-opkg**(8) commands are used to manage installed ProteanOS systems. If you'd like to develop packages for ProteanOS, you need to install the -`build-essential` package (again replacing `prokit` with `src/prokit` if you +`build-essential` package (again replacing `prokit` with `./prokit` if you haven't installed prokit): $ sudo prokit opkg $root install build-essential |