Skip to content

Commit 258fb4a

Browse files
Merge pull request #529 from CodeMacabre/source
Update min recommended NodeJs text
2 parents 0e1bfae + 5236b37 commit 258fb4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,12 @@ <h2 class="big-heading" data-i18n="index-workshopper-header">Workshoppers</h2>
169169
<div class="third">
170170
<div id="get-going">
171171
<h3 data-i18n="index-get-going-header">Get Going &#x2014;</h3>
172-
<p><span data-i18n="index-get-going-info">You&#x2019;ll need</span> <a href="http://nodejs.org">Node.js</a> <span data-i18n="index-get-going-info2">(v6.0.2 or higher) on your computer to get started
172+
<p><span data-i18n="index-get-going-info">You&#x2019;ll need</span> <a href="http://nodejs.org">Node.js</a> <span data-i18n="index-get-going-info2">on your computer to get started
173173
with each of these. Then use</span> <a href="http://npmjs.org">npm</a> <span data-i18n="index-get-going-info3">(it comes with Node) to install each
174174
module with the command below it. Once installed,
175175
simply type the workshopper&#x2019;s name to launch.</span></p>
176176
<p><span data-i18n="index-get-going-editor">You will also need a</span> <strong data-i18n="index-get-going-editor2">Text Editor</strong><span data-i18n="index-get-going-editor3">, if you don&apos;t have one already, you may want one for editing code. A few options:</span> <a href="http://www.atom.io">Atom</a><span data-i18n="index-get-going-editor4">,</span> <a href="http://www.sublimetext.com/3">Sublime Text</a><span data-i18n="index-get-going-editor5">,</span> <a href="http://macromates.com/download">Textmate</a><span data-i18n="index-get-going-editor6">,</span> <a href="http://brackets.io/">Brackets</a><span data-i18n="index-get-going-editor7">.</span></p>
177+
<p><span data-i18n="index-get-going-help-pre">Problems with the workshopper? Try installing the latest version of Node.js (v6.2.0 or higher), or ask a question in the</span> <a href="https://github.com/nodeschool/discussions/issues/new" target="_blank">discussion</a><span data-i18n="index-get-going-help-post">.</span></p>
177178
</div>
178179
</div>
179180
</div>

0 commit comments

Comments
 (0)