From 100977b8568011d8a5392caa460ea741b4dd81be Mon Sep 17 00:00:00 2001 From: Adam Hughes Date: Fri, 30 Jul 2021 19:33:21 +0000 Subject: [PATCH] docs: fix go get command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c96498..4ad5122f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Unless otherwise noted, the SIF source files are distributed under the BSD-style To get the sif package to use directly from your programs: ```sh -go get github.com/sylabs/sif/v2 +go get -d github.com/sylabs/sif/v2 ``` To get the siftool CLI program installed to `$(go env GOPATH)/bin` to manipulate SIF container files: