From 8cfb41bc6e5f71086a6faab181c038ae223036a1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 22:19:10 +0200 Subject: added manual for pkg.conf --- man/1/bootstrap | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 man/1/bootstrap (limited to 'man/1/bootstrap') 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 + +=cut + +vim:ft=pod -- cgit v1.2.3