Skip to content

Commit

Permalink
Merge branch 'main' into expr
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 29, 2024
2 parents 573aa86 + 1316dd7 commit bb6ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This example makes CLIs installed with `npm` available:

```toml
[env]
_.PATH = "./node_modules/.bin"
_.path = "./node_modules/.bin"
```

This will add `./node_modules/.bin` to the PATH for the project—with "." here referring to the directory
Expand Down

0 comments on commit bb6ddf3

Please sign in to comment.