Skip to content

Commit 4199241

Browse files
committed
Add section on running binary
1 parent f17444a commit 4199241

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ bash scripts/build.sh
1212
bash scripts/lint.sh
1313
```
1414

15+
### Running binary
16+
17+
```shell
18+
# Get help
19+
./bin/namigo help
20+
21+
# Search for package matches
22+
./bin/namigo search package 'hello'
23+
24+
# Search for DNS matches
25+
./bin/namigo search dns 'hello'
26+
```
27+
1528
## Code structure
1629

1730
This codebase closely resembles [golang-standards/project-layout].

0 commit comments

Comments
 (0)