Skip to content

Fix missing sentence in ja installation documents #2898

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 2 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion ja/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rubyでプログラミングする際に役立つドキュメントを紹介し

### マニュアル

各環境にRubyをインストールする方法は、 [ダウンロード](/ja/downloads) 及び [インストールガイド](/ja/installation) で解説しています。
各環境にRubyをインストールする方法は、 [ダウンロード](downloads) 及び [インストールガイド](installation) で解説しています。

また、現在有志の手により[リファレンスマニュアルの整備][rurema-wiki]が進行中です。
成果物を[<URL:https://docs.ruby-lang.org/ja/>][doc-r-l-o]から閲覧できます。
Expand Down Expand Up @@ -166,3 +166,5 @@ Posted by Shugo Maeda on 26 May 2006
[39]: http://kapeli.com/dash
[atom]: https://atom.io/
[vscode]: https://code.visualstudio.com/
[downloads]: /ja/downloads/
[installation]: /ja/documentation/installation/
3 changes: 3 additions & 0 deletions ja/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ $ sudo make install
デフォルトでは、Ruby は `/usr/local` にインストールされます。
これを変更するには、`--prefix=DIR` オプションを `./configure` スクリプト実行時に付けてください。

ソースからのビルドに関する詳しい情報は [Building Ruby instructions][building-ruby] で見ることができます。

しかしながら、サードパーティ製ツールかパッケージマネージャを使う方が良い考えです。
何故なら、ソースからインストールされた Ruby はどのツールからも管理されないからです。

Expand All @@ -255,3 +257,4 @@ $ sudo make install
[opensolaris-pkg]: http://opensolaris.org/os/project/pkg/
[gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/
[homebrew]: http://brew.sh/
[building-ruby]: https://github.com/ruby/ruby/blob/master/doc/contributing/building_ruby.md