summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbin Simon <abinsimon10@gmail.com>2021-01-06 14:31:30 +0530
committerAbin Simon <abinsimon10@gmail.com>2021-01-07 18:07:01 +0530
commit5b2dbca60dfaf9ce8e6f2b139e10b9ff018a6c7c (patch)
tree0b689b36bad6aa90fb5655e227775e3c1552831e
parentc089af22abcd52da48de1d42bf6c401ec9061c11 (diff)
add NetBSD install option in README
http://mail-index.netbsd.org/pkgsrc-changes/2021/01/05/msg226357.html
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index c321d3a..316cd97 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,22 @@ environment.systemPackages = with pkgs; [
pkg install lsd
```
+### On NetBSD
+
+_... and other platforms using `pkgsrc`_
+
+Using the package manager:
+
+``` sh
+pkgin install lsd
+```
+Building from source:
+
+``` sh
+cd /usr/pkgsrc/sysutils/lsd
+make install
+```
+
### On Windows
Install with [Scoop](https://scoop.sh):