Skip to content

Commit

Permalink
Support scoop install
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jan 3, 2023
1 parent a663877 commit 26971cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ brews:
zsh_completion.install "completions/leetgo.zsh" => "_leetgo"
fish_completion.install "completions/leetgo.fish"
scoop:
bucket:
owner: j178
name: scoop-bucket
commit_author:
name: goreleaserbot
email: [email protected]
folder: bucket
homepage: https://github.com/j178/leetgo
description: >-
leetgo is a command line tool for leetcode.com. It can help you to login,
submit, test, and view your submissions.
license: MIT

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ brew install j178/tap/leetgo
### Install via `scoop`

```shell
scoop install leetgo
scoop bucket add j178 https://github.com/j178/scoop-bucket.git
scoop install j178/leetgo
```

## Usage
Expand Down

0 comments on commit 26971cd

Please sign in to comment.