From b100c7c57e8a1363adfffe22f68b6429b9576dd3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 25 Mar 2013 22:49:39 +0100 Subject: Add a start of documentation on how to clone this project and start compiling. --- doc/git.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/git.txt diff --git a/doc/git.txt b/doc/git.txt new file mode 100644 index 0000000..7838849 --- /dev/null +++ b/doc/git.txt @@ -0,0 +1,10 @@ +Setting up a work environment: + +First, clone the git repository (which does not contain source tarballs) and +then sync the source tree on top of it. +The git excluse list will ensure that "git status" will not report the source +tarballs as 'untracked'. + +$ git clone git://taper.alienbase.nl/bootstrap.git +$ cd bootstrap +$ rsync -av rsync://taper.alienbase.nl/mirrors/alienarm/bootstrap/ . -- cgit v1.2.3