File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A text editor is a word processor that saves in plain text format. This is
1010unlike Word, which saves files in a special format that only Word can read.
1111
1212We 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
1515It'll helpful to keep your text editor running, since you'll be coming back to
1616it often.
You can’t perform that action at this time.
0 commit comments