From f55024a9501ea71c3eaf156a64257f2fe1185abe Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Wed, 10 Jun 2020 22:53:17 +0000 Subject: [PATCH] bsd install instructions added --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 91134c9..0e100a9 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,20 @@ pb -u https://google.com ### Install +On GNU systems: + `sudo make install` _Note: On systems without admin access the binary can be run directly from the git repo, but will lack `man` support and command completion._ +On BSD systems: + +```sh +install 755 pb /usr/local/bin +install 644 pb /usr/local/man/man1 +``` + ### Uninstall `sudo make uninstall`