1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-22 03:29:11 +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:
Cigaryno 2025-02-13 20:11:11 +01:00
parent 90d26167aa
commit a474a38dd6

View file

@ -132,8 +132,8 @@ Now that you have all that stuff installed, grab Phorge and its
dependencies:
$ cd somewhere/ # pick some install directory
somewhere/ $ git clone https://we.phorge.it/source/arcanist.git
somewhere/ $ git clone https://we.phorge.it/source/phorge.git
somewhere/ $ git clone https://github.com/phorgeit/arcanist.git
somewhere/ $ git clone https://github.com/phorgeit/phorge.git
After cloning, flag them as safe (to avoid the error //"fatal:
detected dubious ownership in repository at ..."//):