mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Add FreeBSD installation instructions
This commit is contained in:
parent
4e6efc2678
commit
d0f3bad818
1 changed files with 6 additions and 0 deletions
|
@ -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+):
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue