diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-23 12:58:50 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-23 12:58:50 +0100 |
commit | 6425b3f76b27f40e6a8d0388efd76864910aff6b (patch) | |
tree | b6294505d7052b0c56cf914eb9527487839d6cae | |
parent | 47ac9945977bca8af2e5edf3b004add851e54df3 (diff) |
Updated bootstrap(1)
-rw-r--r-- | man/1/bootstrap | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/man/1/bootstrap b/man/1/bootstrap index 8706faf..cc0029e 100644 --- a/man/1/bootstrap +++ b/man/1/bootstrap @@ -16,12 +16,9 @@ bootstrap will, in this order, do the following: =item * create a basic directory structure -=item * Check whether python is installed on the machine +=item * Check whether git is installed on the machine -=item * Check whether mercurial is install on the machine. -If not, fetches a pre-built one via ssh/tar - -=item * Clone and then install the core repository +=item * Clone and install the core repository =back |