mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-14 11:14:36 +02:00
add NetBSD install option in README
http://mail-index.netbsd.org/pkgsrc-changes/2021/01/05/msg226357.html
This commit is contained in:
16
README.md
16
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):
|
||||
|
||||
Reference in New Issue
Block a user