summaryrefslogtreecommitdiff
path: root/man/1/bootstrap
blob: 1b58727b80a661a42246b9d92e2daf5f6b427fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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