File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A cross-platform CLI utility to create `.gitignore` files using templates.
6
6
- Use local files and remote URLs as templates
7
7
- Filter out duplicate ignore lines when using multiple templates
8
8
- Interactive mode to search and select templates
9
- - Cross-platform support (Windows, macOS, Linux)
9
+ - Cross-platform support (Windows, macOS, Linux, NetBSD )
10
10
11
11
``` sh
12
12
# Create an ignore file for Rust with CLion IDE
@@ -26,6 +26,7 @@ gitnr search
26
26
- [ Cargo] ( #cargo )
27
27
- [ Cargo Binstall] ( #cargo-binstall )
28
28
- [ Binary Download] ( #binary-download )
29
+ - [ NetBSD] ( #NetBSD )
29
30
- [ From Source] ( #from-source )
30
31
- [ Usage] ( #usage )
31
32
- [ Create] ( #create )
@@ -84,6 +85,13 @@ cargo-binstall gitnr
84
85
85
86
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.
86
87
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
+
87
95
### From Source
88
96
89
97
``` sh
You can’t perform that action at this time.
0 commit comments