Skip to content

Commit 7ae3fad

Browse files
committed
docs: updated volta docs instructions
1 parent a8aec19 commit 7ae3fad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ${props.os === 'WIN' ?
44
'curl https://get.volta.sh | bash'
55
}
66

7-
#Select a default Node version
7+
# Download and install Node.js:
88
volta install node@${props.release.major}
99

10-
#Or to use the latest LTS version, run:
11-
volta install node
10+
# Verify the Node.js version:
11+
node -v # Should print "${props.release.versionWithPrefix}".

apps/site/util/downloadUtils.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ export const INSTALL_METHODS: Array<
215215
value: 'VOLTA',
216216
compatibility: { os: ['WIN', 'MAC', 'LINUX'] },
217217
iconImage: <InstallMethodIcons.Volta width={16} height={16} />,
218-
recommended: true,
219218
url: 'https://docs.volta.sh/guide/getting-started',
220219
info: 'layouts.download.codeBox.platformInfo.volta',
221220
},

0 commit comments

Comments
 (0)