The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1649

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Wording can be changed. This was just confusing for me since I thought both binaries ship together in the `lxd` package, however `lxc` is a separate package `lxd-client`.
From d8f070310d5e2c303cba838ef417dd7740e4b515 Mon Sep 17 00:00:00 2001
From: Jaime Pillora <[email protected]>
Date: Thu, 25 Feb 2016 09:30:58 +1100
Subject: [PATCH] Add upgrade procedure to README

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 378c264..5ef61c1 100644
--- a/README.md
+++ b/README.md
@@ -119,6 +119,13 @@ this by:
     lxc remote add local 127.0.0.1:8443
     wget --no-check-certificate https://127.0.0.1:8443/1.0 
--certificate=$HOME/.config/lxc/client.crt 
--private-key=$HOME/.config/lxc/client.key -O - -q
 
+## Upgrading
+
+The `lxd` and `lxc` (`lxd-client`) binaries should be upgraded at the same 
time with:
+
+    apt-get update
+    apt-get install lxd lxd-client
+
 ## Support and discussions
 
 We use the LXC mailing-lists for developer and user discussions, you can
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to