From ef07528ea56a07f341c3ccc73950dfc2fc5ce305 Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Thu, 30 Jun 2022 09:04:29 +0100 Subject: [PATCH] Update installation instructions to use go install Signed-off-by: Christopher Obbard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ceacef..c157208 100644 --- a/README.md +++ b/README.md @@ -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