From f81ceb9dbee5e8038e4425f8645ad1d36b31ca77 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 7 Mar 2011 20:17:33 +0100 Subject: doc: Add "tips and tricks" section to INSTALL Document the "git clean" trick (for now, more to follow). --- INSTALL | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 3cb29c7..66ca0ac 100644 --- a/INSTALL +++ b/INSTALL @@ -10,4 +10,17 @@ to ./configure. To see them, use: $ ./configure --help Once installed, see the "rasdaman Installation Guide" for the next steps. -It can be found in manuals_and_examples/manuals/pdf/inst-guide.pdf \ No newline at end of file + +It can be found in manuals_and_examples/manuals/pdf/inst-guide.pdf + + + +Tips and tricks: +~~~~~~~~~~~~~~~~ + + * If you are building from a git clone and want to clean ALL files + like you had just done a fresh "git clone", run + + $ git clean -f -x -d + + CAUTION: This will REMOVE ALL FILES not committed to the git repo! -- cgit