mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-22 11:39:03 +01:00
Update installation guide to point to GitHub mirrors
Summary: Cloning a repository from GitHub seems to be faster than on Phorge and also, the old Phabricator installation guide pointed to Phacility's GitHub mirrors. That's why this commit will update the installation guide to point to the GitHub mirrors of rP and rARC. Test Plan: Run the git clone commands. Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: avivey, aklapper, tobiaswiese, valerio.bozzolan, Matthew Differential Revision: https://we.phorge.it/D25874
This commit is contained in:
parent
90d26167aa
commit
a474a38dd6
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ Now that you have all that stuff installed, grab Phorge and its
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
$ cd somewhere/ # pick some install directory
|
$ cd somewhere/ # pick some install directory
|
||||||
somewhere/ $ git clone https://we.phorge.it/source/arcanist.git
|
somewhere/ $ git clone https://github.com/phorgeit/arcanist.git
|
||||||
somewhere/ $ git clone https://we.phorge.it/source/phorge.git
|
somewhere/ $ git clone https://github.com/phorgeit/phorge.git
|
||||||
|
|
||||||
After cloning, flag them as safe (to avoid the error //"fatal:
|
After cloning, flag them as safe (to avoid the error //"fatal:
|
||||||
detected dubious ownership in repository at ..."//):
|
detected dubious ownership in repository at ..."//):
|
||||||
|
|
Loading…
Add table
Reference in a new issue