Skip to content

Commit 0cc8796

Browse files
committed
Fix missing sentence in ja installation documents
1 parent cec018c commit 0cc8796

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ja/documentation/installation/index.md

+3
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)