Skip to content

Commit dc375e4

Browse files
committed
Improve OpenIndiana installation section (en)
Remove a dead link, correct mentioned package repository, and use generic Ruby package instead of a specific old version.
1 parent 9e7c14d commit dc375e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

en/documentation/installation/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ Ruby 1.9.2p0 is also available at [Sunfreeware][sunfreeware],
163163
but this is outdated.
164164

165165
To install Ruby on [OpenIndiana][openindiana], please use the
166-
[Image Packaging System (IPS)][opensolaris-pkg] client.
167-
This will install the latest Ruby binaries and RubyGems directly
168-
from the OpenSolaris network repository for Ruby 1.9. It’s easy:
166+
Image Packaging System (IPS) client.
167+
This will install the Ruby binaries and RubyGems directly
168+
from the OpenIndiana repositories. It’s easy:
169169

170170
{% highlight sh %}
171-
$ pkg install runtime/ruby-18
171+
$ pkg install runtime/ruby
172172
{% endhighlight %}
173173

174174
However, the third-party tools might be a good way to obtain the
@@ -310,7 +310,6 @@ though, because the installed Ruby won't be managed by any tools.
310310
[sunfreeware]: http://www.sunfreeware.com
311311
[blastwave]: http://www.blastwave.org
312312
[openindiana]: http://openindiana.org/
313-
[opensolaris-pkg]: http://opensolaris.org/os/project/pkg/
314313
[gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/
315314
[freebsd-ruby]: https://wiki.freebsd.org/Ruby
316315
[freebsd-ports-collection]: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

0 commit comments

Comments
 (0)