@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix phacility link for arcanist guides

Summary: Signed-off-by: Yongmin Hong <revi@pobox.com>

Test Plan: Checkout https://we.phorge.it/book/phorge/article/arcanist and https://we.phorge.it/book/phorge/article/arcanist_quick_start/ and verify the new clone URL.

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25573

authored by

Yongmin and committed by
Yongmin Hong
603c877f 5a5c4562

+2 -2
+1 -1
src/docs/user/userguide/arcanist.diviner
··· 90 90 91 91 To install Arcanist, pick an install directory and clone the code from GitHub: 92 92 93 - some_install_path/ $ git clone https://github.com/phacility/arcanist.git 93 + some_install_path/ $ git clone https://github.com/phorgeit/arcanist.git 94 94 95 95 Now add `some_install_path/arcanist/bin/` to your PATH environment variable. 96 96 When you type "arc", you should see something like this:
+1 -1
src/docs/user/userguide/arcanist_quick_start.diviner
··· 20 20 21 21 Then install Arcanist itself: 22 22 23 - somewhere/ $ git clone https://github.com/phacility/arcanist.git 23 + somewhere/ $ git clone https://github.com/phorgeit/arcanist.git 24 24 25 25 Add `arc` to your path: 26 26