Skip to content

Commit 3f2741c

Browse files
docs(contributing): source bashrc after kcp and cue setup
Related: #11 Signed-off-by: John Andersen <[email protected]>
1 parent 60fac37 commit 3f2741c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ To execute setup:
88

99
```bash
1010
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"
1112
```
1213

1314
Setup:

0 commit comments

Comments
 (0)