diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-04 19:23:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:19:47 +0000 |
commit | e1d428e5303427debd14b470fcdaf456400227bb (patch) | |
tree | 239901cb330feb988b15d5361e824ee853006d99 | |
parent | Adding extra empty line before each command output in container-shell. (diff) | |
download | compute-tools-e1d428e5303427debd14b470fcdaf456400227bb.tar.xz compute-tools-e1d428e5303427debd14b470fcdaf456400227bb.zip |
Updating apt comandline in installation instructions.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | share/man/container-tools.7.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ systemd-nspawn. 3.2 Debian 8 (stretch) and newer -------------------------------- - * sudo apt install open-infrastructure-container-tools + * sudo apt install container-tools 4. Development diff --git a/share/man/container-tools.7.txt b/share/man/container-tools.7.txt index dc35030..d8e5ac9 100644 --- a/share/man/container-tools.7.txt +++ b/share/man/container-tools.7.txt @@ -54,7 +54,7 @@ SOURCE DEBIAN 8 (STRETCH) AND NEWER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * sudo apt install open-infrastructure-container-tools + * sudo apt install container-tools DEVELOPMENT |