summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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).