summaryrefslogtreecommitdiff
path: root/doc/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bootstrap')
-rw-r--r--doc/bootstrap34
1 files changed, 0 insertions, 34 deletions
diff --git a/doc/bootstrap b/doc/bootstrap
deleted file mode 100644
index 1b58727..0000000
--- a/doc/bootstrap
+++ /dev/null
@@ -1,34 +0,0 @@
-=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