Skip to content

Commit 8ddab1d

Browse files
authored
Merge pull request #4 from 0323pin/main
Add NetBSD install support and instructions
2 parents 4ba4e5c + 88c10c7 commit 8ddab1d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A cross-platform CLI utility to create `.gitignore` files using templates.
66
- Use local files and remote URLs as templates
77
- Filter out duplicate ignore lines when using multiple templates
88
- Interactive mode to search and select templates
9-
- Cross-platform support (Windows, macOS, Linux)
9+
- Cross-platform support (Windows, macOS, Linux, NetBSD)
1010

1111
```sh
1212
# Create an ignore file for Rust with CLion IDE
@@ -26,6 +26,7 @@ gitnr search
2626
- [Cargo](#cargo)
2727
- [Cargo Binstall](#cargo-binstall)
2828
- [Binary Download](#binary-download)
29+
- [NetBSD](#NetBSD)
2930
- [From Source](#from-source)
3031
- [Usage](#usage)
3132
- [Create](#create)
@@ -84,6 +85,13 @@ cargo-binstall gitnr
8485

8586
See the [releases page](https://github.com/reemus-dev/gitnr/releases) to download a binary and then add it to a directory in your system path.
8687

88+
### NetBSD
89+
90+
On NetBSD a pre-compiled binary is available from the official repositories. To install it, simply run:
91+
```sh
92+
pkgin install gitnr
93+
```
94+
8795
### From Source
8896

8997
```sh

0 commit comments

Comments
 (0)