summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-03-25 22:49:39 +0100
committer Eric Hameleers <alien@slackware.com>2013-03-25 22:49:39 +0100
commitb100c7c57e8a1363adfffe22f68b6429b9576dd3 (patch)
tree9ec87f5684349f7fcf201deab315491c35886377
parent9121f162ee2d7aaeff8e6e6d1744e3b4016af0b8 (diff)
downloadalienarm-b100c7c57e8a1363adfffe22f68b6429b9576dd3.tar.gz
alienarm-b100c7c57e8a1363adfffe22f68b6429b9576dd3.tar.xz
Add a start of documentation on how to clone this project and start compiling.
-rw-r--r--doc/git.txt10
1 files changed, 10 insertions, 0 deletions
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/ .