[lxc-devel] [lxd/master] Update packages on get (fixes #3243)

techtonik on Github lxc-bot at linuxcontainers.org
Mon May 1 15:43:00 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170501/a72def9b/attachment.bin>
-------------- next part --------------
From 2675568463d437d67148b8aca157170b08e27137 Mon Sep 17 00:00:00 2001
From: anatoly techtonik <techtonik at gmail.com>
Date: Mon, 1 May 2017 18:42:47 +0300
Subject: [PATCH] Update packages on get (fixes #3243)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dd9fbdc..c7d927a 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ get the code, set up your go environment:
 
 And then download it as usual:
 
-    go get github.com/lxc/lxd
+    go get -u github.com/lxc/lxd
     cd $GOPATH/src/github.com/lxc/lxd
     make
 


More information about the lxc-devel mailing list