Skip to content

Commit 9001e26

Browse files
authored
Merge pull request #2898 from unasuke/ja_install_doc
Fix missing sentence in ja installation documents
2 parents 0edb037 + 0cc8796 commit 9001e26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ja/documentation/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rubyでプログラミングする際に役立つドキュメントを紹介し
1010

1111
### マニュアル
1212

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

1515
また、現在有志の手により[リファレンスマニュアルの整備][rurema-wiki]が進行中です。
1616
成果物を[<URL:https://docs.ruby-lang.org/ja/>][doc-r-l-o]から閲覧できます。
@@ -166,3 +166,5 @@ Posted by Shugo Maeda on 26 May 2006
166166
[39]: http://kapeli.com/dash
167167
[atom]: https://atom.io/
168168
[vscode]: https://code.visualstudio.com/
169+
[downloads]: /ja/downloads/
170+
[installation]: /ja/documentation/installation/

ja/documentation/installation/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ $ sudo make install
240240
デフォルトでは、Ruby は `/usr/local` にインストールされます。
241241
これを変更するには、`--prefix=DIR` オプションを `./configure` スクリプト実行時に付けてください。
242242

243+
ソースからのビルドに関する詳しい情報は [Building Ruby instructions][building-ruby] で見ることができます。
244+
243245
しかしながら、サードパーティ製ツールかパッケージマネージャを使う方が良い考えです。
244246
何故なら、ソースからインストールされた Ruby はどのツールからも管理されないからです。
245247

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

0 commit comments

Comments
 (0)