diff options
Diffstat (limited to 'man/1/bootstrap')
-rw-r--r-- | man/1/bootstrap | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/man/1/bootstrap b/man/1/bootstrap new file mode 100644 index 0000000..1b58727 --- /dev/null +++ b/man/1/bootstrap @@ -0,0 +1,34 @@ +=pod + +=head1 NAME + +bootstrap - install the most essential utilities in $HOME. + +=head1 SYNOPSIS + +B<./bootstrap> + +=head1 DESCRIPTION + +bootstrap will, in this order, do the following: + +=over + +=item * create a basic directory structure + +=item * 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 + +=item * Clone and then install the core repository + +=back + +=head1 AUTHOR + +Daniel Friesel <derf@derf.homelinux.org> + +=cut + +vim:ft=pod |