Skip to content

Commit d50d95f

Browse files
authored
[docs] Correct direnv.md reference to devbox generate direnv (#1042)
## Summary Docs update. Docs refer to `devbox generate envrc` when it should be `devbox generate direnv` ## How was it tested? Visually? 🤷 Signed-off-by: Chance Carey <[email protected]>
1 parent 41d73a7 commit d50d95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/ide_configuration/direnv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ or `direnv revoke` to stop.
3434

3535
#### Existing Project
3636

37-
For an existing project, you can add a `.envrc` file by running `devbox generate envrc`:
37+
For an existing project, you can add a `.envrc` file by running `devbox generate direnv`:
3838

3939
```bash
4040
➜ devbox generate direnv
@@ -55,4 +55,4 @@ prefix = [ "/absolute/path/to/project" ]
5555
```
5656
<!-- TODO: add steps for vscode integration -->
5757

58-
If this guide is missing something, feel free to contribute by opening a [pull request](https://github.com/jetpack-io/devbox/pulls) in Github.
58+
If this guide is missing something, feel free to contribute by opening a [pull request](https://github.com/jetpack-io/devbox/pulls) in Github.

0 commit comments

Comments
 (0)