diff options
-rw-r--r-- | doc/bootstrap | 20 | ||||
-rw-r--r-- | doc/pkg | 6 |
2 files changed, 21 insertions, 5 deletions
diff --git a/doc/bootstrap b/doc/bootstrap index 9dfbee9..1b58727 100644 --- a/doc/bootstrap +++ b/doc/bootstrap @@ -1,3 +1,5 @@ +=pod + =head1 NAME bootstrap - install the most essential utilities in $HOME. @@ -10,15 +12,23 @@ B<./bootstrap> bootstrap will, in this order, do the following: - * create a basic directory structure +=over + +=item * create a basic directory structure + +=item * Check whether python is installed on the machine - * Check whether python is installed on the machine +=item * Check whether mercurial is install on the machine. +If not, receives a pre-build one via ssh/tar - * Check whether mercurial is install on the machine - If not, receives a pre-build one via ssh/tar +=item * Clone and then install the core repository - * Clone and then install the core repository +=back =head1 AUTHOR Daniel Friesel <derf@derf.homelinux.org> + +=cut + +vim:ft=pod @@ -1,3 +1,5 @@ +=pod + =head1 NAME pkg - Package maintenance utility @@ -115,3 +117,7 @@ Default: -q =head1 AUTHOR Daniel Friesel <derf@derf.homelinux.org> + +=cut + +vim:ft=pod |