Skip to content

Commit b0d46b9

Browse files
committed
Change Sublime references to Atom in Frontend
1 parent 5990d65 commit b0d46b9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

sites/en/frontend/frontend.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ We're going to be working with:
3030
* [Chrome](https://www.google.com/chrome)
3131
(If you're experienced with the developer tools in another browser, that may work too.);
3232
* The code editor of your choice.
33-
* [Sublime Text](http://www.sublimetext.com/) is popular with many Ruby and Rails users. You can use it free for evaluation, then must pay to continue using it.
3433
* [Atom](https://atom.io/) is a free, open-source editor that can be customized with HTML, CSS, and JavaScript. A download is available for OS X 10.8+, Windows 7/8, and Ubuntu/RedHat linux.
34+
* [or install a different editor](/installfest/editors)
3535

3636
Optional tools if you're deploying to GitHub:
3737

sites/en/frontend/get_a_sticker.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111
verify "you can open a local webpage in a browser" do
1212
message <<-MESSAGE
13-
Create a new file called `sticker.html` by opening it in Sublime Text 2 or your preferred editor.
13+
Create a new file called `sticker.html` by opening it in Atom or your preferred editor.
1414
Make a note of where you save it, you'll need to know in a second.
1515

1616
Fill it with the following contents:

sites/en/frontend/tool_installation.step

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ steps do
4646
end
4747

4848
step "Install a text editor" do
49-
a "Download and install Sublime Text 2", :href => "http://www.sublimetext.com/2"
50-
message "Install Sublime Text 2 by double clicking the file you downloaded, then dragging the Sublime Text 2 icon into the Applications folder. Finish up by clicking the eject icon for Sublime Text 2 in your finder window."
49+
a "Download and install Atom", :href => "https://atom.io/"
50+
message "Install Atom by double clicking the file you downloaded, then dragging the Atom icon into the Applications folder. Finish up by clicking the eject icon for Atom in your finder window."
5151
a "or install a different editor", :href => "/installfest/editors"
52-
message "FYI: Sublime Text 2 is a paid program that you can download and try out for free. If you keep using Sublime Text 2 after the workshop, you'll need to buy a license. There are other editors available you can find on [our editors page](/installfest/editors)."
5352
end
5453
end
5554
end

0 commit comments

Comments
 (0)