diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-31 09:58:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-31 14:30:20 +0000 |
commit | ea953248c197e985874568fff43a0920705fad26 (patch) | |
tree | c4e72aecaa6a291ca55a14da4feb5f6c7ff2347c /share/man/container-tools.7.txt | |
parent | Correcting spelling in container program manpages. (diff) | |
download | compute-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>
Diffstat (limited to 'share/man/container-tools.7.txt')
-rw-r--r-- | share/man/container-tools.7.txt | 16 |
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 ----- |