diff --git a/README.md b/README.md index 534ad501..c4ccbc70 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ NOTE: Distrobuilder requires Go 1.20 or higher, if your distribution doesn't hav Second, download the source code of the `distrobuilder` repository (this repository). ``` +mkdir -p $HOME/go/src/github.com/lxc/ +cd $HOME/go/src/github.com/lxc/ git clone https://github.com/lxc/distrobuilder ```