Skip to content

Commit 2d40327

Browse files
MohitOhlyanterriko
andauthored
doc: improve document structure (fixes #1611)
Co-authored-by: Terri Oda <[email protected]>
1 parent fa0cf90 commit 2d40327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you've already contributed to other open source projects, contributing to the
1111
- [Setting up a virtualenv](#setting-up-a-virtualenv)
1212
- [Installing dependencies](#installing-dependencies)
1313
- [Running your local copy of CVE Binary Tool](#running-your-local-copy-of-cve-binary-tool)
14-
- [Help, my checkers aren't loading](#help-my-checkers-arent-loading)
14+
- [Help, my checkers aren't loading](#help-my-checkers-arent-loading)
1515
- [Running tests](#running-tests)
1616
- [Running linters](#running-linters)
1717
- [Using pre-commit to run linters automatically](#using-pre-commit-to-run-linters-automatically)
@@ -133,7 +133,7 @@ python3 -m pip install --user -e .
133133

134134
Then you can type `cve-bin-tool` on the command line and it will do the right thing. This includes some special code intended to deal with adding new checkers to the list on the fly so things should work seamlessly for you while you're building new contributions.
135135

136-
### Help, my checkers aren't loading
136+
## Help, my checkers aren't loading
137137

138138
CVE Binary Tool uses the installed egg file to figure out which checkers are installed. If you run it directly without installing it (e.g. you try to use `python -m cve_bin_tool.cli`), it will usually work fine but you may occasionally find that checkers aren't loading properly. Typically this happens with new checkers you are adding, but sometimes if you `git pull` it will cause a similar effect. If you get into this state, you can fix it by running the following command from the main cve-bin-tool directory:
139139

0 commit comments

Comments
 (0)