mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 12:30:56 +01:00
Document the need to do "git submodule update --init" after cloning
Summary: After rP2a39fd09ebe7f4fc8cd2ab0b39bbb0e466f357c3, you need to run this command after cloning Phabricator. Git, world's hardest revision control system Test Plan: read text Reviewed By: rm Reviewers: tomo, tuomaspelkonen, jungejason, aran, rm CC: aran, rm, epriestley Differential Revision: 252
This commit is contained in:
parent
3ab334af93
commit
09b498cbc2
1 changed files with 12 additions and 10 deletions
|
@ -39,6 +39,8 @@ Now that you have git installed, grab Phabricator and its dependencies:
|
||||||
somewhere/ $ git clone git://github.com/facebook/libphutil.git
|
somewhere/ $ git clone git://github.com/facebook/libphutil.git
|
||||||
somewhere/ $ git clone git://github.com/facebook/arcanist.git
|
somewhere/ $ git clone git://github.com/facebook/arcanist.git
|
||||||
somewhere/ $ git clone git://github.com/facebook/phabricator.git
|
somewhere/ $ git clone git://github.com/facebook/phabricator.git
|
||||||
|
somewhere/ $ cd phabricator
|
||||||
|
somewhere/phabricator/ $ git submodule update --init
|
||||||
|
|
||||||
= Installing Optional Components =
|
= Installing Optional Components =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue