Skip to content

Commit

Permalink
Merge pull request #714 from stgraber/main
Browse files Browse the repository at this point in the history
distrobuilder: Fix install instructions
  • Loading branch information
stgraber authored Apr 8, 2024
2 parents 504832f + 8a9f8e1 commit 0200f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/distrobuilder/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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/distrobuilder
go install -v -x github.com/lxc/distrobuilder/distrobuilder@latest

# Language, licensing and contributions
distrobuilder is written in Go, it's free software and is developed under the Apache 2 license.
Expand Down
2 changes: 1 addition & 1 deletion content/lxc/articles.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
(日本語訳 [LXC 1.0: コンテナーの中でGUI [9/10]](http://qiita.com/m-shibata/items/907986ed25f7619dc5eb) )
* [LXC 1.0: Troubleshooting and debugging [10/10]](https://www.stgraber.org/2014/02/18/lxc-1-0-troubleshooting-and-debugging)
(日本語訳 [LXC 1.0: 問題の解決方法とデバッグ [10/10]](http://qiita.com/m-shibata/items/ec723b891e59154c5798) )
* [Ubuntu server guide chapter on LXC](https://ubuntu.com/server/docs/lxc)
* [Ubuntu server guide chapter on LXC](https://ubuntu.com/server/docs/lxc-containers)
* [LXCで学ぶコンテナ入門 -軽量仮想化環境を実現する技術](http://gihyo.jp/admin/serial/01/linux_containers/) (gihyo.jp by 加藤泰文、田向正一)
2 changes: 1 addition & 1 deletion content/lxc/articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
* [LXC 1.0: Scripting with the API [8/10]](https://www.stgraber.org/2014/02/05/lxc-1-0-scripting-with-the-api)
* [LXC 1.0: GUI in containers [9/10]](https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers)
* [LXC 1.0: Troubleshooting and debugging [10/10]](https://www.stgraber.org/2014/02/18/lxc-1-0-troubleshooting-and-debugging)
* [Ubuntu server guide chapter on LXC](https://ubuntu.com/server/docs/lxc)
* [Ubuntu server guide chapter on LXC](https://ubuntu.com/server/docs/lxc-containers)

0 comments on commit 0200f92

Please sign in to comment.