summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/README_FOR_APP11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index f60b385..4a84114 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -8,4 +8,13 @@ render_page action retrieves the corresponding Node from the database. Rather
8than walking through the tree of the nested set to find the node, the Node is 8than walking through the tree of the nested set to find the node, the Node is
9retrieved directly by its unique_name which matches the url parameters. 9retrieved directly by its unique_name which matches the url parameters.
10 10
11So much for now yeah \ No newline at end of file 11So much for now yeah
12
13
14git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
15
16git checkout --track -b poc1 origin/poc1
17
18git submodule init
19
20git submodule update \ No newline at end of file