Update installation instructions to use go install

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
This commit is contained in:
Christopher Obbard
2022-06-30 09:04:29 +01:00
parent 9185905226
commit ef07528ea5

View File

@@ -67,7 +67,7 @@ See [docker/README.md](https://github.com/go-debos/debos/blob/master/docker/READ
sudo apt install golang git libglib2.0-dev libostree-dev qemu-system-x86 \
qemu-user-static debootstrap systemd-container
export GOPATH=/opt/src/gocode # or whatever suits your needs
go get -u github.com/go-debos/debos/cmd/debos
go install -v github.com/go-debos/debos/cmd/debos@latest
/opt/src/gocode/bin/debos --help
## Simple example