Skip to content

Commit da8a2c6

Browse files
authored
Merge pull request #289 from fkromer/patch-2
docs: fix devbox setup instructions
2 parents bebb645 + 2763c8b commit da8a2c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,10 @@ using [`devbox`](https://github.com/jetify-com/devbox). This is usually a
6161
lower overhead and more convenient alternative to the OCI container approach.
6262

6363
- Install devbox on Linux/MacOS: `curl -fsSL https://get.jetify.com/devbox | bash`
64-
- INstall devbox on [Windows/WSL2](https://www.jetify.com/docs/devbox/installing_devbox/?install-method=wsl)
64+
- Install devbox on [Windows/WSL2](https://www.jetify.com/docs/devbox/installing_devbox/?install-method=wsl)
6565
- update to latest version: `devbox version update`
6666
- `devbox shell`
6767
- `which python` -> `.devbox/nix/profile/default/bin/python`
68-
- `which pip` -> `.devbox/nix/profile/default/bin/pip`
69-
- `pip install --user --break-system-packages .`
70-
(`break-system-packages` is required to prevent from false positive)
7168
- `./tm.py --dfd | dot -Tpng -o sample.png` -> `sample.png`
7269
- `exit`
7370

0 commit comments

Comments
 (0)