mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Add publishing to scoop bucket (#130)
This commit is contained in:
parent
acae0abb24
commit
cba650193d
2 changed files with 23 additions and 7 deletions
22
README.md
22
README.md
|
@ -35,6 +35,21 @@ $ curl https://getcroc.schollz.com | bash
|
|||
```
|
||||
|
||||
|
||||
On macOS you can install the latest release with [Homebrew](https://brew.sh/):
|
||||
|
||||
```
|
||||
$ brew install schollz/tap/croc
|
||||
```
|
||||
|
||||
|
||||
On Windows you can install the latest release with [Scoop](https://scoop.sh/):
|
||||
|
||||
```
|
||||
$ 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+):
|
||||
|
||||
```
|
||||
|
@ -42,13 +57,6 @@ $ go get -v github.com/schollz/croc/v6
|
|||
```
|
||||
|
||||
|
||||
Or, on macOS you can install the latest release with [Homebrew](https://brew.sh/):
|
||||
|
||||
```
|
||||
$ brew install schollz/tap/croc
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue