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
70
70
* Ruby version 2.3 preferred, but 1.9+ is fine too
71
71
* run ` ruby -v ` to check
72
72
* 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 )
75
74
76
75
* If you do not have both of these things, RAISE YOUR HAND
77
76
* visit http://installfest.railsbridge.org for more instructions
Original file line number Diff line number Diff line change 76
76
* a text editor is a program that edits a text file
77
77
* a text editor is * like* a word processor
78
78
* 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 )
81
81
* but ** NOT** * TextEdit* or * Notepad* or * Microsoft Word*
82
82
83
83
# 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
10
10
unlike Word, which saves files in a special format that only Word can read.
11
11
12
12
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.
14
14
15
15
It'll helpful to keep your text editor running, since you'll be coming back to
16
16
it often.
You can’t perform that action at this time.
0 commit comments