File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ Here you will find pointers to manuals, tutorials and references that
88will come in handy when you feel like coding in Ruby.
99{: .summary}
1010
11+ ### Installing Ruby
12+
13+ Unless you only want to try Ruby in the browser (see the links below)
14+ you need to have Ruby installed on your computer.
15+ You can check whether Ruby already is available by opening a terminal
16+ and typing
17+
18+ {% highlight sh %}
19+ ruby -v
20+ {% endhighlight %}
21+
22+ This should output some information on the installed Ruby version.
23+ If not, see the [ installation page] [ installation ] for various options
24+ of getting Ruby.
25+
1126### Getting Started
1227
1328[ Try Ruby!] [ 1 ]
@@ -136,6 +151,7 @@ list](/en/community/mailing-lists/) is a great place to start.
136151
137152
138153
154+ [ installation ] : /en/documentation/installation/
139155[ 1 ] : http://tryruby.org/
140156[ 2 ] : http://rubykoans.com/
141157[ 3 ] : http://rubymonk.com/
You can’t perform that action at this time.
0 commit comments