summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 4 insertions, 16 deletions
diff --git a/README.md b/README.md
index 4ad5122..0ccf811 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
[![PkgGoDev](https://pkg.go.dev/badge/github.com/sylabs/sif/v2?status.svg)](https://pkg.go.dev/github.com/sylabs/sif/v2)
[![Build Status](https://circleci.com/gh/sylabs/sif.svg?style=shield)](https://circleci.com/gh/sylabs/workflows/sif)
-[![Code Coverage](https://codecov.io/gh/sylabs/sif/branch/master/graph/badge.svg)](https://app.codecov.io/gh/sylabs/sif)
+[![Code Coverage](https://codecov.io/gh/sylabs/sif/branch/main/graph/badge.svg)](https://app.codecov.io/gh/sylabs/sif)
[![Go Report Card](https://goreportcard.com/badge/github.com/sylabs/sif)](https://goreportcard.com/report/github.com/sylabs/sif)
-[![Built with Mage](https://magefile.org/badge.svg)](https://magefile.org)
+[![Powered By GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg)](https://github.com/goreleaser)
This module contains an open source implementation of the Singularity Image Format (SIF) that makes it easy to create complete and encapsulated container environments stored in a single file.
@@ -12,21 +12,9 @@ This module contains an open source implementation of the Singularity Image Form
Unless otherwise noted, the SIF source files are distributed under the BSD-style license found in the [LICENSE.md](LICENSE.md) file.
-## Download and Install From Source
+## Install Siftool
-To get the sif package to use directly from your programs:
-
-```sh
-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:
-
-```sh
-git clone https://github.com/sylabs/sif
-cd sif
-go run mage.go install
-```
+Pre-built binaries are available with the [latest release](https://github.com/sylabs/sif/releases).
## Go Version Compatibility