summaryrefslogtreecommitdiff
path: root/ADMIN.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-08-28 14:57:22 +0200
committerJonas Smedegaard <dr@jones.dk>2016-08-28 14:57:22 +0200
commitab6b967319247c9ed8b7de48740910adbb0c697b (patch)
tree4aa04441888be93aec7feb9990d7b7a1258cad9e /ADMIN.md
parentbae58eec41f087e980f4690650dbaaae747fa059 (diff)
Document setup of shared code, and setup for each layout project.HEADmaster
Diffstat (limited to 'ADMIN.md')
-rw-r--r--ADMIN.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/ADMIN.md b/ADMIN.md
new file mode 100644
index 0000000..16d0796
--- /dev/null
+++ b/ADMIN.md
@@ -0,0 +1,15 @@
+# Administrate structured layout tools
+
+## Setup
+
+Install shared code:
+
+ git clone git://source.couchdesign.dk/layout
+
+Hint in your system environment where you installed it,
+by editing the file ~/.bashrc to include this line:
+
+ export COUCHDIR=~/src/COUCH
+
+...and then log out from your desktop environment
+and back in again.