summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-08-08 10:46:25 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-08-08 10:46:25 +0800
commit9501d087d03801568d36df5ebba03515c36e592a (patch)
tree3a9af7bc5898e6f5732d0671435523ffaf0e41b5 /README.md
parent6827975b74e5cc66ffb7397e5fb3a144d287f1d5 (diff)
Add NetBSD installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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).