You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In practice, Devbox works similar to a package manager like yarn – except the
21
21
Devbox provides a lot of benefits over pure Docker containers, Nix Shells, or managing your own environment directly:
22
22
23
23
### A consistent shell for everyone on the team
24
-
Declare the list of tools needed by your project via a devbox.json file and run devbox shell. Everyone working on the project gets a shell environment with the exact same version of those tools.
24
+
Declare the list of tools needed by your project via a `devbox.json` file and run devbox shell. Everyone working on the project gets a shell environment with the exact same version of those tools.
25
25
26
26
### Try new tools without polluting your laptop
27
27
Development environments created by Devbox are isolated from everything else in your laptop. Is there a tool you want to try without making a mess? Add it to a Devbox shell, and remove it when you don't want it anymore – all while keeping your laptop pristine. Removing or changing a package in your dev environment is as easy as editing your `devbox.json`.
0 commit comments