Skip to content

Commit

Permalink
docs: fix go get command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hughes committed Jul 30, 2021
1 parent a7d8315 commit 100977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 100977b

Please sign in to comment.