Skip to content

Commit 22b3936

Browse files
authored
Merge pull request #29 from 0323pin/main
Add NetBSD
2 parents 37eef8c + 33ef5d5 commit 22b3936

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ You need the Rust toolchain installed on your system to build `lstr`.
5252
cargo install --path .
5353
```
5454

55+
### NetBSD
56+
57+
On NetBSD a package is available from the official repositories. To install it, simply run:
58+
59+
```bash
60+
pkgin install lstr
61+
```
62+
5563
## Usage
5664

5765
```bash

0 commit comments

Comments
 (0)