We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fac37 commit 3f2741cCopy full SHA for 3f2741c
CONTRIBUTING.md
@@ -8,6 +8,7 @@ To execute setup:
8
9
```bash
10
python -m mistletoe CONTRIBUTING.md --renderer mistletoe.ast_renderer.AstRenderer | jq -r --arg searchString "PATH" --arg excludeString "mistletoe" '.. | strings | select(contains($searchString) and (contains($excludeString) | not))' | bash -xe
11
+. "${HOME}/.bashrc"
12
```
13
14
Setup:
0 commit comments