8000 Scoop対応 by ddddddO · Pull Request #20 · ddddddO/calma · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Scoop対応 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ brews:
homepage: 'https://github.com/ddddddO/calma'
description: '♻Calendar for Markdown♻ ...only for Japan!🎌'
license: "BSD-2-Clause"
scoop:
bucket:
owner: ddddddO
name: scoop-bucket
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
url_template: "https://github.com/ddddddO/calma/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://github.com/ddddddO/calma"
description: "♻Calendar for Markdown♻ ...only for Japan!🎌"
license: "BSD-2-Clause"
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,28 @@ Markdown output image<br>

## Installation

go version is 1.16 or higher.
using Go (version is 1.16 or higher).

```console
$ go install github.com/ddddddO/calma/cmd/calma@latest
```

go version is 1.15 or less.
using Go (version is 1.15 or less).
```console
$ go get github.com/ddddddO/calma/cmd/calma
```

or using Homebrew.
using Homebrew.
```console
$ brew install ddddddO/tap/calma
```

using Scoop.
```console
$ scoop bucket add ddddddO https://github.com/ddddddO/scoop-bucket.git
$ scoop install ddddddO/calma
```

**or, download binary from [here](https://github.com/ddddddO/calma/releases).**

## Miscellaneous
Expand Down
0