Skip to content

Commit

Permalink
docs(install): document Scoop install method
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrwe committed Feb 23, 2024
1 parent efb73a9 commit c1d6af9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,18 @@ scoops:
name: goreleaserbot
email: bot@goreleaser.com
license: "MIT"
homepage: https://github.com/prskr/git-age
depends: ["git"]
repository:
owner: prskr
name: scoop-the-prancing-package
token: "{{ .Env.GH_SCOOP_PAT }}"
pull_request:
enabled: true
base:
owner: prskr
name: scoop-the-prancing-package
branch: main


winget:
Expand Down
14 changes: 14 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,18 @@ sudo curl https://code.icb4dc0.de/api/packages/prskr/debian/repository.key -o /e
sudo apt update

sudo apt install git-age
```

## Windows

To install `git-age` on Windows, you can use [Scoop](https://scoop.sh/).

### Scoop

I maintain a bucket for `git-age` at [prskr/scoop-the-prancing-package](https://github.com/prskr/scoop-the-prancing-package).
To add the bucket and install `git-age`, run the following commands:

```powershell
scoop bucket add the-prancing-package https://github.com/prskr/scoop-the-prancing-package
scoop install git-age
```

0 comments on commit c1d6af9

Please sign in to comment.