diff options
| author | Ryuichi Okumura | 2013-05-12 15:26:32 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2013-05-25 14:44:00 +0100 |
| commit | d5ecd70607f4bce932f1d4cae8d56b4c5e9db0b6 (patch) | |
| tree | 78c7947407ca739b8a529395ae2cdfc3825522a0 /index_ja.html | |
| parent | 50f57d8a44e8a1e563f2dad820aced13be826e39 (diff) | |
| download | homebrew-d5ecd70607f4bce932f1d4cae8d56b4c5e9db0b6.tar.bz2 | |
Japanese translation.
* Put <title> after <meta> to fix browser problems.
Closes #19744.
Diffstat (limited to 'index_ja.html')
| -rw-r--r-- | index_ja.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/index_ja.html b/index_ja.html new file mode 100644 index 000000000..66f59e653 --- /dev/null +++ b/index_ja.html @@ -0,0 +1,26 @@ +--- +layout: index +lang: ja +title: Homebrew — MacPortsは酒でも飲みたくなるでしょ?使おうHomeBrew! +subtitle: OS Xのためのパッケージマネージャー + +pagecontent: + what: HomebrewはAppleが用意していない<a href="https://github.com/mxcl/homebrew/tree/master/Library/Formula" title="List of Homebrew packages">あなたが必要なもの</a>をインストールします。 + how: Homebrewは独自のディレクトリーにパッケージをインストールし、それらを<code>/usr/local</code>にシンボリックリンクを張ります。 + prefix: Homebrewは独自のプレフィックスがつかないファイルはインストールしませんが、あなたの好きな場所にインストールできます。 + createpackages: Homebrewのパッケージは簡単に作成できます。 + hack: HomebrewはすべてGitとRubyで動いているため、あなたが既に持っている知識で変更したり更新をマージしたりできます。 + formula: "HomebrewのformulaはシンプルはRubyスクリプトです:" + complement: HomebrewはOS Xの機能を補完します。<code>gem</code>コマンドでgemを、そして<code>brew</code>コマンドでそれらの依存関係をインストールします。 + install: + install: Homebrewをインストール + paste: これをターミナルのプロンプトに貼り付けてください。 + what: スクリプトは何をするのか説明し、実行する前に一度中断します。<a href='https://github.com/mxcl/homebrew/wiki/Installation'>こちら</a>でインストールオプションを確認できます(10.5が必要)。 + doc: + further: さらに詳しいドキュメント + wiki: Homebrew Wiki + foot: + code: Original code by <a href="http://methylblue.com/">Max Howell</a>. + page: Website by <a href="http://exomel.com">Rémi Prévost</a>. + translation: Translation by <a href="http://www.okuryu.com/">Ryuichi Okumura</a>. +--- |
