summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-02 13:02:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-03 15:48:58 +0100
commitf324deb41ec92040a703605c167ff4761b6f6a15 (patch)
tree8b8d4b1fd5f0d93e44c5be327349944735c9d2ee /doc
parent0c9c9e26c1705c660baf2fb015b1dd5e14f748ce (diff)
imag-init: initial import
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04020-module-init.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/04020-module-init.md b/doc/src/04020-module-init.md
new file mode 100644
index 00000000..235a5f50
--- /dev/null
+++ b/doc/src/04020-module-init.md
@@ -0,0 +1,9 @@
+## Init {#sec:modules:init}
+
+This is the only `imag-*` command which does _not_ set up a runtime and check
+whether the store is available. This command can be used to set up a imag store.
+
+It also puts a default configuration in the right place and initializes a git
+repository, if there is a `git` command in `$PATH` (via calling git on the
+commandline, not via `libgit2` or some other library).
+