[lxc-devel] [linuxcontainers.org/master] Update getting-started.md

Dmole on Github lxc-bot at linuxcontainers.org
Tue Sep 17 13:32:24 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 345 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190917/985bfc5d/attachment.bin>
-------------- next part --------------
From 0ec0f35fd04de304530e85b917878e990132fd90 Mon Sep 17 00:00:00 2001
From: Tim <elatllat at gmail.com>
Date: Tue, 17 Sep 2019 09:32:09 -0400
Subject: [PATCH] Update getting-started.md

"apt-get install install" fix
---
 content/lxc/getting-started.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/content/lxc/getting-started.md b/content/lxc/getting-started.md
index 4782c2d..4858c3c 100644
--- a/content/lxc/getting-started.md
+++ b/content/lxc/getting-started.md
@@ -43,7 +43,11 @@ with everything that's needed for safe, unprivileged LXC containers.
 
 On such an Ubuntu system, installing LXC is as simple as:
 
-    sudo apt-get install lxc or sudo snap install lxc
+    sudo apt-get install lxc 
+
+or
+
+    sudo snap install lxc
 
 Your system will then have all the LXC commands available, all its templates
 as well as the python3 binding should you want to script LXC.


More information about the lxc-devel mailing list