add NetBSD install option in README

http://mail-index.netbsd.org/pkgsrc-changes/2021/01/05/msg226357.html
This commit is contained in:
Abin Simon 2021-01-06 14:31:30 +05:30
parent c089af22ab
commit 5b2dbca60d

View file

@ -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):