1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Merge pull request #246 from herbygillot/readme-macports

README: add instructions for installing with MacPorts
This commit is contained in:
Zack 2020-09-07 22:16:38 -07:00 committed by GitHub
commit f2c5ca820a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,12 @@ On macOS you can install the latest release with [Homebrew](https://brew.sh/):
$ brew install schollz/tap/croc
```
On macOS you can also install the latest release with [MacPorts](https://macports.org/):
```
$ sudo port selfupdate
$ sudo port install croc
```
On Windows you can install the latest release with [Scoop](https://scoop.sh/):