From 9501d087d03801568d36df5ebba03515c36e592a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 8 Aug 2021 10:46:25 +0800 Subject: Add NetBSD installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3b17c06..48c3795 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,20 @@ Via `pacman` on your ArchLinux system. sudo pacman -S dua-cli ``` +#### NetBSD +Via `pkgin` on your NetBSD system. + +``` +pkgin install dua-cli +``` + +Or, building from source + +``` +cd /usr/pkgsrc/sysutils/dua-cli +make install +``` + #### Windows You will find pre-built binaries for Windows in the [releases section](https://github.com/Byron/dua-cli). -- cgit v1.2.3