From 491d019cb2e8dfbf08c4433f9c6aeee3e99b0af7 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Thu, 26 Dec 2019 01:11:04 -0800 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a7864e1..2388503 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,14 @@ cointop snapcraft [project page](https://snapcraft.io/cointop). Note: snaps don't work in Windows WSL. See this [issue thread](https://forum.snapcraft.io/t/windows-subsystem-for-linux/216). +### FreeBSD + +cointop is available as a [FreshPort](https://www.freshports.org/finance/cointop/) package. + +```bash +sudo pkg install cointop +``` + ### Windows (PowerShell / WSL) Install [Go](https://golang.org/doc/install) and [git](https://git-scm.com/download/win), then: