summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 14 insertions, 1 deletions
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!