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

Add FreeBSD installation instructions

This commit is contained in:
Mateusz Piotrowski 2020-09-26 13:01:29 +02:00 committed by GitHub
parent 4e6efc2678
commit d0f3bad818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,12 @@ On Termux you can install with `pkg`:
$ pkg install croc $ pkg install croc
``` ```
On FreeBSD you can install with `pkg`:
```
$ pkg install croc
```
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+): Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+):
``` ```