From 174a28697c30f98c4a1033be2723da7a4cff0681 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 28 Feb 2019 10:35:37 +0100 Subject: [PATCH] Add FreeBSD installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a24ac88..a5231cc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ If you're on OS X, use [Homebrew](http://brew.sh/) to install (no Go required). brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb +If you're on FreeBSD, use [pkg(8)](http://man.freebsd.org/pkg/8) to install pup. + + pkg install pup + ## Quick start ```bash