Merge pull request #276 from 0mp/patch-1

Add FreeBSD installation instructions
This commit is contained in:
Zack 2020-09-26 05:39:05 -07:00 committed by GitHub
commit f484635321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@ On Termux you can install with `pkg`:
$ 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+):
```