[Groonga-commit] pgroonga/pgroonga.github.io at 895c708 [master] Add --recursive option

Back to archive index

Hiroyuki Sato null+****@clear*****
Thu Dec 24 13:40:06 JST 2015


Hiroyuki Sato	2015-12-24 13:40:06 +0900 (Thu, 24 Dec 2015)

  New Revision: 895c7089c21d97880c5693cefb1b07f73d7dc2ec
  https://github.com/pgroonga/pgroonga.github.io/commit/895c7089c21d97880c5693cefb1b07f73d7dc2ec

  Merged 2495726: Merge pull request #10 from hiroyuki-sato/fix_source_build

  Message:
    Add --recursive option

  Modified files:
    install/source.md
    ja/install/source.md

  Modified: install/source.md (+1 -1)
===================================================================
--- install/source.md    2015-12-23 23:46:34 +0900 (1592161)
+++ install/source.md    2015-12-24 13:40:06 +0900 (5baff75)
@@ -32,7 +32,7 @@ Extract PGroonga source:
 FYI: If you want to use the unreleased latest version, use the followings:
 
 ```text
-% git clone https://github.com/pgroonga/pgroonga.git
+% git clone --recursive https://github.com/pgroonga/pgroonga.git
 % cd pgroonga
 ```
 

  Modified: ja/install/source.md (+1 -1)
===================================================================
--- ja/install/source.md    2015-12-23 23:46:34 +0900 (246642d)
+++ ja/install/source.md    2015-12-24 13:40:06 +0900 (cb6e179)
@@ -32,7 +32,7 @@ PGroongaのソースを展開します。
 参考:未リリースの最新版を使いたい場合は次のようにしてください。
 
 ```text
-% git clone https://github.com/pgroonga/pgroonga.git
+% git clone --recursive https://github.com/pgroonga/pgroonga.git
 % cd pgroonga
 ```
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index