Skip to content

Commit e986ae5

Browse files
committed
fix: package is named nodejs on https://www.nixhub.io, not node
1 parent 59468e4 commit e986ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/snippets/en/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Download and install Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Open a Devbox shell
1111
devbox shell

0 commit comments

Comments
 (0)