Skip to content

Commit f52d2b8

Browse files
iamdejanLagoja
andauthored
[docs] update the quickstart guide (#2004)
## Summary Make sure that we do not duplicate the installation guide, because: 1) It's redundant; and 2) `curl -fsSL https://get.jetify.com/devbox | bash` does not work for [NixOS-WSL](https://github.com/nix-community/NixOS-WSL), but using NixOS guide is fine. If other NixOS users come across this page directly and directly install using the installation script, then I'm afraid they cannot install `devbox` as well. ## How was it tested? N/A --------- Signed-off-by: John Lago <[email protected]> Co-authored-by: John Lago <[email protected]>
1 parent 8e53b0c commit f52d2b8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/app/docs/quickstart.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ This Quickstart shows you how to install Devbox and use it to create a new Devel
1616

1717
## Install Devbox
1818

19-
Use the following install script to get the latest version of Devbox:
20-
21-
```bash
22-
curl -fsSL https://get.jetify.com/devbox | bash
23-
```
24-
Devbox requires the [Nix Package Manager](https://nixos.org/download/). If Nix is not detected on your machine when running a command, Devbox will automatically install it for you with the default settings for your OS. Don't worry: You can use Devbox without needing to learn the Nix Language.
19+
Follow the instruction from [the installation guide](./installing_devbox.mdx).
2520

2621
:::note
2722
If you want to try Devbox before installing it, you can open a cloud shell on your browser using the link below

0 commit comments

Comments
 (0)