WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit cc107d6

Browse files
committed
Update build instructions to use gitignored bin dir
1 parent fb44486 commit cc107d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

audit-cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ This CLI tool helps maintain code quality across MongoDB's documentation by:
3535
### Build from Source
3636

3737
```bash
38-
cd audit-cli
39-
go build
38+
cd audit-cli/bin
39+
go build ../
4040
```
4141

42-
This creates an `audit-cli` executable in the current directory.
42+
This creates an `audit-cli` executable in the `bin` directory.
4343

4444
### Run Without Building
4545

0 commit comments

Comments
 (0)