INSTALL: Add comment that /var/paraslash should be writable.
[paraslash.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3c059058110bdc19cfe9b2c0ccbd6bbc798ec909..9cc36f41aca382ddcfde6dc45566cf33aa4cba92 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -92,6 +92,14 @@ Finally, tell para_client to connect to server_host:
 Start para_server
 -----------------
 
+Before starting the server make sure you have write permissions to
+the directory /var/paraslash.
+
+       sudo chown $user /var/paraslash
+
+Alternatively, use the --afs_socket Option to specify a different
+location for the afs command socket.
+
 For this first try, we'll use a debug level of two to make the
 output of para_server more verbose.