[lxc-devel] [linuxcontainers.org/master] Fix distrobuilder current build instructions

lsix on Github lxc-bot at linuxcontainers.org
Thu Jan 23 16:57:08 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 694 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200123/8a252969/attachment.bin>
-------------- next part --------------
From 215097ac2b7fcd7f8614fbbc4eb9994034c1e185 Mon Sep 17 00:00:00 2001
From: Lancelot SIX <lsix at lancelotsix.com>
Date: Thu, 23 Jan 2020 17:53:01 +0100
Subject: [PATCH] Fix distrobuilder current build instructions

Running the command given in the documentation does not work, this
commit fixes the documentation.

Signed-off-by: Lancelot SIX <lsix at lancelotsix.com>
---
 content/distrobuilder/introduction.ja.md | 2 +-
 content/distrobuilder/introduction.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/distrobuilder/introduction.ja.md b/content/distrobuilder/introduction.ja.md
index a160161..fdefddb 100644
--- a/content/distrobuilder/introduction.ja.md
+++ b/content/distrobuilder/introduction.ja.md
@@ -42,7 +42,7 @@ The current build can also be installed directly with:
 -->
 最新の状態のビルドを直接次のようにインストールできます:
 
-    go get -v -x github.com/lxc/distrobuilder
+    go get -v -x github.com/lxc/distrobuilder/distrobuilder
 
 # 開発言語、ライセンス、コントリビュート <!-- Language, licensing and contributions -->
 <!--
diff --git a/content/distrobuilder/introduction.md b/content/distrobuilder/introduction.md
index 082a17d..f41985a 100644
--- a/content/distrobuilder/introduction.md
+++ b/content/distrobuilder/introduction.md
@@ -20,7 +20,7 @@ Release tarballs can be found in the [Downloads](/distrobuilder/downloads) secti
 
 The current build can also be installed directly with:
 
-    go get -v -x github.com/lxc/distrobuilder
+    go get -v -x github.com/lxc/distrobuilder/distrobuilder
 
 # Language, licensing and contributions
 distrobuilder is written in Go, it's free software and is developed under the Apache 2 license.


More information about the lxc-devel mailing list