path cleanup in xoslib tools and readme
diff --git a/planetstack/core/xoslib/README b/planetstack/core/xoslib/README
index a5af121..6d69629 100644
--- a/planetstack/core/xoslib/README
+++ b/planetstack/core/xoslib/README
@@ -1,7 +1,7 @@
 Add to the following in settings.py
 
     STATICFILES_DIRS=
-	"/opt/planetstack/core/xoslib/static/",
+	XOS_DIR + "/core/xoslib/static/",
 
     TEMPLATE_DIRS=
-        "/opt/planetstack/xoslib/templates",
\ No newline at end of file
+        XOS_DIR + "/xoslib/templates",
\ No newline at end of file