Skip to content

Commit 8ab8550

Browse files
author
Alex Boster
committed
Updated for Windows 8 based on Feb. 8 InstallFest in San Francisco
- Instructions to install Node.js for Windows 8 only to address coffeescript compilation error (even on empty files)
1 parent 4061a38 commit 8ab8550

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

sites/installfest/windows.step

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
message "These instructions should work for all versions of Windows from XP on to Windows 7."
1+
message "These instructions should work for all versions of Windows from XP on to Windows 8."
22

33
message "You may need to login as Administrator, or give the Administrator password when installing some programs, depending on your Windows version and user settings."
44

@@ -38,6 +38,16 @@ step "Configure your git and ssh environment" do
3838

3939
end
4040

41+
step "Windows 8 Only — Install Node.js" do
42+
43+
message "Go to <http://nodejs.org> and download the installer"
44+
45+
message "Click on the downloaded file to run the install wizard. Click Next at each step to accept the defaults."
46+
47+
console "node -v"
48+
fuzzy_result "v0{FUZZY}.8.x{/FUZZY}"
49+
end
50+
4151
step "Sanity Check" do
4252

4353
console "ruby -v"
@@ -111,9 +121,9 @@ step "Install a Text Editor" do
111121
important "**When in doubt, use KomodoEdit.**"
112122

113123
message "Download KomodoEdit here: <http://downloads.activestate.com/Komodo/releases/>"
114-
124+
115125
message "[Komodo Edit](http://www.activestate.com/komodo-edit) is a good open source option, if you don't have one yet."
116-
126+
117127

118128
end
119129

0 commit comments

Comments
 (0)