Skip to content

Commit

Permalink
Add publishing to scoop bucket (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyermarcel authored and schollz committed May 12, 2019
1 parent acae0ab commit cba6501
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,25 @@ $ curl https://getcroc.schollz.com | bash
```


Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.11+):
On macOS you can install the latest release with [Homebrew](https://brew.sh/):

```
$ go get -v github.com/schollz/croc/v6
$ brew install schollz/tap/croc
```


Or, on macOS you can install the latest release with [Homebrew](https://brew.sh/):
On Windows you can install the latest release with [Scoop](https://scoop.sh/):

```
$ brew install schollz/tap/croc
$ scoop bucket add schollz-bucket https://github.com/schollz/scoop-bucket.git
$ scoop install croc
```


Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.11+):

```
$ go get -v github.com/schollz/croc/v6
```


Expand Down
8 changes: 8 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ brew:
test: |
system "#{bin}/croc --version"
scoop:
bucket:
owner: schollz
name: scoop-bucket
homepage: "https://schollz.com/software/croc/"
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
license: MIT

0 comments on commit cba6501

Please sign in to comment.