summaryrefslogtreecommitdiff
path: root/man/1/bootstrap
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-07 22:19:10 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-07 22:19:10 +0200
commit8cfb41bc6e5f71086a6faab181c038ae223036a1 (patch)
tree2cd4cce0f5b2c7929976855e9481f5a936fac358 /man/1/bootstrap
parent61328cb12aa7795bb625c32c583be53046d7edb4 (diff)
added manual for pkg.conf
Diffstat (limited to 'man/1/bootstrap')
-rw-r--r--man/1/bootstrap34
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