Skip to content

Commit 4dbf807

Browse files
committed
Change Sublime references to Atom in Ruby curriculum
1 parent 0d77277 commit 4dbf807

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

sites/en/learn-to-code/learn-to-code.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ Follow along at http://docs.railsbridge.org/learn-to-code
7070
* Ruby version 2.3 preferred, but 1.9+ is fine too
7171
* run `ruby -v` to check
7272
* a text editor
73-
* e.g. Sublime Text 2
74-
* http://www.sublimetext.com/2
73+
* we recommend [Atom](https://atom.io/), but you can try a [different editor](/installfest/editors)
7574

7675
* If you do not have both of these things, RAISE YOUR HAND
7776
* visit http://installfest.railsbridge.org for more instructions

sites/en/learn-to-code/the_command_line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
* a text editor is a program that edits a text file
7777
* a text editor is *like* a word processor
7878
* but a text editor is **not** a word processor
79-
* You probably have *Sublime Text*
80-
* others include *TextMate*, *Notepad++*
79+
* You probably have *Atom*
80+
* or [another text editor](/installfest/editors)
8181
* but **NOT** *TextEdit* or *Notepad* or *Microsoft Word*
8282

8383
# Source File

sites/en/ruby/running_programs_from_a_file.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A text editor is a word processor that saves in plain text format. This is
1010
unlike Word, which saves files in a special format that only Word can read.
1111

1212
We may have recommended a particular text editor during the Installfest, such as
13-
SublimeText. You can use any editor you like so long as it saves plain text.
13+
Atom. You can use any editor you like so long as it saves plain text.
1414

1515
It'll helpful to keep your text editor running, since you'll be coming back to
1616
it often.

0 commit comments

Comments
 (0)