diff options
author | Patrick McDermott <pehjota> | 2019-04-28 17:50:07 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-04-28 17:50:07 (EDT) |
commit | 169546ca744f2cbadcc214e0dea2f3f5fc94f65f (patch) | |
tree | 2b3ff9e19c77fc5780cff88bb94a9d7de7216cd7 | |
parent | 666e8b44d64bba5c81fd86f24752df447a3f7642 (diff) |
doc/install/chroot: Update for prokit 2.0.0
-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 |