diff options
-rw-r--r-- | doc/install/prokit.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/install/prokit.mdwn b/doc/install/prokit.mdwn index b9a7e48..d95b789 100644 --- a/doc/install/prokit.mdwn +++ b/doc/install/prokit.mdwn @@ -12,8 +12,12 @@ ProteanOS. Dependencies ============ -prokit requires the following utilities: +Building prokit requires make, a POSIX-conformant shell with `local`, and basic +standard utilities. +Running prokit requires the following utilities: + + * A POSIX-conformant shell with `local` and standard utilities * gunzip * Either sfdisk or fdisk * mke2fs @@ -28,7 +32,6 @@ system copy of usign can be used, however few distributions provide one. An embedded copy of usign is included, building of which additionally requires: * CMake - * make * A C compiler such as GCC and standard C library headers On a Debian-based distribution such as Trisquel, `sudo apt-get install |