Skip to content

Commit 4cd4626

Browse files
authored
Use devbox install script (#2587)
1 parent 884f02d commit 4cd4626

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ Devbox works on:
2424

2525
2. Install [Docker Engine](https://docs.docker.com/engine/install/) or [Docker Desktop](https://www.docker.com/get-started/).
2626

27-
3. Install [Devbox binaries](https://github.com/jetpack-io/devbox/releases) and ensure `devbox` is in the `PATH`. For Windows, install the Linux binaries into WSL.
27+
3. Install Devbox:
28+
29+
```sh
30+
curl -fsSL https://get.jetpack.io/devbox | bash
31+
```
2832

2933

3034
## Quickstart: Fast, Deterministic Shell

0 commit comments

Comments
 (0)