diff --git a/.goreleaser.yml b/.goreleaser.yml index d457f8f..b689082 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,10 +22,13 @@ changelog: skip: true snapcrafts: - + name: imgcat publish: true - confinement: classic summary: Display images and gifs in your terminal description: Display images and gifs in your terminal + apps: + imgcat: + plugs: ["home", "removable-media"] brews: - skip_upload: false diff --git a/README.md b/README.md index c17c4d1..13341a8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ brew install danielgatis/imgcat/imgcat First, [install snapcraft](https://snapcraft.io/docs/installing-snapd). ``` -sudo snap install --classic imgcat +sudo snap install imgcat ``` #### Windows @@ -56,7 +56,7 @@ Next, fetch and build the binary. go install github.com/danielgatis/imgcat@latest ``` -or, if you use pre-1.17 Go version, use the `go get` command: +or, if you use pre-1.17 Go version, use the `go get` command: ```bash go get -u github.com/danielgatis/imgcat