From d0f3bad818ceda2b98ccf0ff6e0ad7992143c009 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 26 Sep 2020 13:01:29 +0200 Subject: [PATCH] Add FreeBSD installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 38966ca..7225b17 100644 --- a/README.md +++ b/README.md @@ -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+): ```