summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/USE.md b/USE.md
new file mode 100644
index 0000000..bcb05ca
--- /dev/null
+++ b/USE.md
@@ -0,0 +1,26 @@
+# Ikiwiki build environment
+
+## Minimal
+
+Minimal bootstrapping:
+
+ git clone git://source.jones.dk/ikiwiki
+ cd ikiwiki
+ make init
+ make
+
+Result is then below build/ .
+
+## Git-tracked
+
+Named website project as forked git,
+with content and styling separately tracked in git:
+
+ git clone git://source.jones.dk/ikiwiki mysite
+ cd mysite
+ git init content
+ git init styling
+ make init
+ make
+
+Result is then below build/ .