Skip to content

Commit 56222b9

Browse files
mattwojoMylesBorinsTrott
authored
Add WSL install bullet option to downloads page (#3821)
Co-authored-by: Myles Borins <mylesborins@github.com> Co-authored-by: Rich Trott <rtrott@gmail.com>
1 parent 347b798 commit 56222b9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

layouts/partials/download-list.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<li><a href="https://unofficial-builds.nodejs.org/download/">{{site.unofficial-builds}}</a></li>
99
<li><a href="https://github.com/nodejs/node/blob/master/BUILDING.md#building-nodejs-on-supported-platforms">{{downloads.buildInstructions}}</a></li>
1010
<li><a href="https://github.com/nodejs/help/wiki/Installation">{{site.download.install-on-linux.text}}</a></li>
11+
<li><a href="https://docs.microsoft.com/windows/dev-environment/javascript/nodejs-on-wsl">{{site.download.install-on-wsl.text}}</a></li>
1112
</ul>
1213
</section>

locale/en/site.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
},
8484
"install-on-linux": {
8585
"text": "Installing Node.js via binary archive"
86+
},
87+
"install-on-wsl": {
88+
"text": "Install on Windows Subsystem for Linux (WSL)"
8689
}
8790
},
8891
"docs": {

0 commit comments

Comments
 (0)