summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-31 09:58:39 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-31 14:30:20 +0000
commitea953248c197e985874568fff43a0920705fad26 (patch)
treec4e72aecaa6a291ca55a14da4feb5f6c7ff2347c
parentCorrecting spelling in container program manpages. (diff)
downloadcompute-tools-ea953248c197e985874568fff43a0920705fad26.tar.xz
compute-tools-ea953248c197e985874568fff43a0920705fad26.zip
Adding notes about installation to container-tools manpage.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/man/container-tools.7.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/container-tools.7.txt b/share/man/container-tools.7.txt
index 4c2a60c..5fb4db6 100644
--- a/share/man/container-tools.7.txt
+++ b/share/man/container-tools.7.txt
@@ -41,6 +41,22 @@ DOWNLOAD
* https://github.com/open-infrastructure/container-tools
+INSTALLATION
+------------
+
+SOURCE
+~~~~~~
+
+ 1. sudo apt instal asciidoc git docbook-xml docbook-xsl libxml2-utils make xsltproc
+ 2. git clone https://github.com/open-infrastructure/container-tools
+ 3. cd container-tools && sudo make install
+
+DEBIAN 8 (STRETCH) AND NEWER
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ * sudo apt install open-infrastructure-container-tools
+
+
USAGE
-----