summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-12 06:18:35 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-03-31 14:30:17 +0000
commit0a79e426aec9b19f4c8cc34b317c5960e40c1915 (patch)
treeb86e383a1ac0854b3fbc1af18df43ce22d80ccaa
parentCorrecting spelling in readme. (diff)
downloadcompute-tools-0a79e426aec9b19f4c8cc34b317c5960e40c1915.tar.xz
compute-tools-0a79e426aec9b19f4c8cc34b317c5960e40c1915.zip
Adding notes about installation to readme file.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--README.txt22
1 files changed, 19 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index c1feba1..d2ac1d4 100644
--- a/README.txt
+++ b/README.txt
@@ -21,7 +21,23 @@ systemd-nspawn.
* https://github.com/open-infrastructure/container-tools
-3. Usage
+3. Installation
+---------------
+
+3.1 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
+
+3.2 Debian 8 (stretch) and newer
+--------------------------------
+
+ * sudo apt install open-infrastructure-container-tools
+
+
+4. Usage
--------
* Create a new container:
@@ -52,7 +68,7 @@ systemd-nspawn.
container version
-4. Links
+5. Links
--------
* 2016-02-24: Systemd vs. Docker
@@ -77,7 +93,7 @@ systemd-nspawn.
https://lwn.net/Articles/531114/
-5. Authors
+6. Authors
----------
* Daniel Baumann <daniel.baumann@open-infrastructure.net>