Skip to content

Commit 5ad23e3

Browse files
committed
Put Installers before Managers.
1 parent 170ba1e commit 5ad23e3

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

en/installation/index.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,34 @@ Linux distribution's manager for Ruby, or the third party tools might be the
157157
right choice for you.
158158

159159

160+
## Installers
161+
{: #installers}
162+
163+
164+
### RubyInstaller
165+
{: #rubyinstaller}
166+
167+
If you are on Windows, there is a great project to help you install Ruby:
168+
[RubyInstaller][rubyinstaller]. It gives you everything you need to set up
169+
a full Ruby development environment on Windows.
170+
171+
Just download it, run it, and you are done!
172+
173+
174+
### RailsInstaller and Ruby Stack
175+
{: #railsinstaller}
176+
177+
If you are installing Ruby in order to use Ruby on Rails,
178+
you can use the following installers:
179+
180+
* [RailsInstaller][railsinstaller]
181+
which uses RubyInstaller but gives you
182+
extra tools that help with Rails development.
183+
It supports OS X and Windows.
184+
* [Bitnami Ruby Stack][rubystack]
185+
which provides a complete development environment for Rails.
186+
It supports OS X, Linux, Windows, virtual machines and cloud images.
187+
160188
## Managers
161189
{: #managers}
162190

@@ -187,34 +215,6 @@ Both tools are available for OS X, Linux, or other UNIX-like operating systems.
187215
on your system. It can also manage different gemsets.
188216
It is available for OS X, Linux, or other UNIX-like operating systems.
189217

190-
## Installers
191-
{: #installers}
192-
193-
194-
### RubyInstaller
195-
{: #rubyinstaller}
196-
197-
If you are on Windows, there is a great project to help you install Ruby:
198-
[RubyInstaller][rubyinstaller]. It gives you everything you need to set up
199-
a full Ruby development environment on Windows.
200-
201-
Just download it, run it, and you are done!
202-
203-
204-
### RailsInstaller and Ruby Stack
205-
{: #railsinstaller}
206-
207-
If you are installing Ruby in order to use Ruby on Rails,
208-
you can use the following installers:
209-
210-
* [RailsInstaller][railsinstaller]
211-
which uses RubyInstaller but gives you
212-
extra tools that help with Rails development.
213-
It supports OS X and Windows.
214-
* [Bitnami Ruby Stack][rubystack]
215-
which provides a complete development environment for Rails.
216-
It supports OS X, Linux, Windows, virtual machines and cloud images.
217-
218218

219219
## Building from Source
220220
{: #building-from-source}

0 commit comments

Comments
 (0)