Skip to content

Commit

Permalink
Merge pull request #105 from tri-adam/go-get-fix
Browse files Browse the repository at this point in the history
Fix Go Get in README
  • Loading branch information
tri-adam authored Jul 30, 2021
2 parents a7d8315 + 100977b commit dc1896a
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 dc1896a

Please sign in to comment.