Skip to content

Commit

Permalink
fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Sep 28, 2022
1 parent 04555bb commit de486e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit de486e8

Please sign in to comment.