Skip to content

Commit 0ef9848

Browse files
authored
Make the step of set extra environment variables work for both zsh and bash (#112)
Update contributing.md
1 parent e9a165f commit 0ef9848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/about/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We love contributions from our community! This guide explains how to get involve
2929

3030
- (Optional) Before running a specific example, set extra environment variables, for exposing extra traces, allowing dev UI, etc.
3131
```bash
32-
. .env.lib_debug
32+
. ./.env.lib_debug
3333
```
3434

3535
## Submit Your Code

0 commit comments

Comments
 (0)