mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
add NetBSD install option in README
http://mail-index.netbsd.org/pkgsrc-changes/2021/01/05/msg226357.html
This commit is contained in:
parent
c089af22ab
commit
5b2dbca60d
1 changed files with 16 additions and 0 deletions
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):
|
||||
|
|
Loading…
Reference in a new issue