2.4. サンプルのインストール
-
git cloneコマンドを使用して、ソースリポジトリーをrheaという名前のローカルディレクトリーにクローンします。
git clone https://github.com/amqp/rhea.git
$ git clone https://github.com/amqp/rhea.git
rhea ディレクトリーに移動し、git checkout コマンドを使用して、このリリースに関連付けられたコミットをチェックアウトします。
cd rhea git checkout 3.0.4
$ cd rhea
$ git checkout 3.0.4
このガイドでは、結果のローカルディレクトリーを <source-dir> と呼びます。