We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59468e4 commit e986ae5Copy full SHA for e986ae5
apps/site/snippets/en/download/devbox.bash
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
5
devbox init
6
7
# Download and install Node.js:
8
-devbox add node@${props.release.major}
+devbox add nodejs@${props.release.major}
9
10
# Open a Devbox shell
11
devbox shell
0 commit comments