From 2763c8b7b90ebc864dd8e7b4fb88c78709009031 Mon Sep 17 00:00:00 2001 From: Florian Kromer Date: Fri, 10 Oct 2025 19:08:48 +0200 Subject: [PATCH] docs: fix devbox setup instructions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b2e1b68e..d1a40be9 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,10 @@ using [`devbox`](https://github.com/jetify-com/devbox). This is usually a lower overhead and more convenient alternative to the OCI container approach. - Install devbox on Linux/MacOS: `curl -fsSL https://get.jetify.com/devbox | bash` -- INstall devbox on [Windows/WSL2](https://www.jetify.com/docs/devbox/installing_devbox/?install-method=wsl) +- Install devbox on [Windows/WSL2](https://www.jetify.com/docs/devbox/installing_devbox/?install-method=wsl) - update to latest version: `devbox version update` - `devbox shell` - `which python` -> `.devbox/nix/profile/default/bin/python` -- `which pip` -> `.devbox/nix/profile/default/bin/pip` -- `pip install --user --break-system-packages .` - (`break-system-packages` is required to prevent from false positive) - `./tm.py --dfd | dot -Tpng -o sample.png` -> `sample.png` - `exit`