Skip to content

Fix links in installation (ja) #3104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions ja/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ Ruby コミュニティの中の一部のメンバーは Ruby をインストー
* [Gentoo](#portage)
* [Arch Linux](#pacman)
* [macOS](#homebrew)
* [FreeBSD](#pkg)
* [OpenBSD](#doas)
* [FreeBSD](#freebsd)
* [OpenBSD](#openbsd)
* [OpenIndiana](#openindiana)
* [Windows Package manager](#winget)
* [Chocolatey package manager for Windows](#choco)
* [Other Distribution](#other)
* [Chocolatey package manager for Windows](#chocolatey)
* [Other Distribution](#other-systems)


### apt (Debian or Ubuntu)
Expand Down Expand Up @@ -161,7 +161,7 @@ $ brew install ruby
こちらはRubyの最新の安定版をインストールすることを推奨します。

### FreeBSD
{: #pkg}
{: #freebsd}
FreeBSDでは、Rubyをインストールする方法として、パッケージ化されたものとソースベースのものの両方が用意されています。プリビルドパッケージはpkgツールでインストールできます。

{% highlight sh %}
Expand All @@ -173,7 +173,7 @@ ports を利用してソースコードからインストールする場合、[P
FreeBSDにおけるRubyとそのエコシステムの詳しい情報は [FreeBSD Ruby Projects website](https://wiki.freebsd.org/Ruby) で確認できます。

### OpenBSD
{: #doas}
{: #openbsd}
OpenBSDやそのディストリビューションであるadJには、Rubyの3つの主要なバージョンに対応したパッケージが用意されています。以下のコマンドで、利用可能なバージョンを確認し、インストールすることができます。

{% highlight sh %}
Expand Down Expand Up @@ -203,7 +203,7 @@ WindowsでRubyをインストールするには[Windows Package Manager CLI](htt
{% endhighlight %}

### Chocolatey package manager for Windows
{: #choco}
{: #chocolatey}
同じくWindowsでは[Chocolatey Package Manager](https://chocolatey.org/install) を利用してRubyのインストールが可能です。

{% highlight sh %}
Expand All @@ -213,7 +213,7 @@ WindowsでRubyをインストールするには[Windows Package Manager CLI](htt
既存のmsys2を再利用するか、独自のものをインストールして完全なRuby開発環境を構築します。

### その他のディストリビューション
{: #other}
{: #other-systems}
その他のシステムでは,お使いのLinuxディストリビューションのマネージャのパッケージリポジトリを検索して,Rubyを探すことができます。
もしくはサードパーティのインストーラを使うこともできます。

Expand Down