Merge pull request #29 from 0323pin/main

Add NetBSD
This commit is contained in:
Brandon Greenwell
2025-09-01 20:41:14 -04:00
committed by GitHub

View File

@@ -52,6 +52,14 @@ You need the Rust toolchain installed on your system to build `lstr`.
cargo install --path .
```
### NetBSD
On NetBSD a package is available from the official repositories. To install it, simply run:
```bash
pkgin install lstr
```
## Usage
```bash