summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--[l---------]INSTALL16
1 files changed, 15 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 5bb6e7b7e1a..c4ef142a116 120000..100644
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1,15 @@
-/usr/share/automake-1.10/INSTALL \ No newline at end of file
+Installation Instructions
+*************************
+
+If pulling from git, you first need to build the configure script with
+
+$ ./reconf
+
+Then,
+
+$ ./configure
+$ make
+
+Note that if the FUSE library is not found, the user-space fuse client
+will not be built.
+