From a3ce3f7eabbb746aa9ced430bcd55391742c738b Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Tue, 16 Oct 2012 23:57:41 +0200
Subject: o Improved completion (again). o Consistent usage of APPSH_HOME and
 BASEDIR.

---
 docs/README.md | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

(limited to 'docs')

diff --git a/docs/README.md b/docs/README.md
index 22a8522..c3cb679 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,14 +1,14 @@
 Installation
 ------------
 
-NOTE: No implemented yet
-
-    git clone http:/.../app.sh.git
+    git clone http://.../app.sh.git
 
     mkdir /opt/apps
     cd /opt/apps
     ln -s .../app.sh.git/app.sh app.sh
 
+NOTE: The bash completion is not perfect yet.
+
     echo 'source .../app.sh.git/app_completion' >> ~/.bashrc
 
 Or was it `~/.bash_profile`? hmm
@@ -103,3 +103,22 @@ Unclassified:
 * `APPSH_HOME`
 * `BASEDIR`
 
+Directory Hierarchy
+-------------------
+
+### Current
+
+App.sh related:
+
+    ./app
+    ./.app/lib bash libraries used by app.sh and methods
+    ./.app/var runtime data
+
+Applications:
+
+    ./<name>/<instance>/
+        current   - symlink to the currently installed app
+        versions/ - collection with all installed versions
+          1.0/
+          1.1/
+          2.0/
-- 
cgit v1.2.3