mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
5a5c456264
commit
603c877fa0
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ have PHP installed, you can download it from <http://www.php.net/>.
|
|||
|
||||
To install Arcanist, pick an install directory and clone the code from GitHub:
|
||||
|
||||
some_install_path/ $ git clone https://github.com/phacility/arcanist.git
|
||||
some_install_path/ $ git clone https://github.com/phorgeit/arcanist.git
|
||||
|
||||
Now add `some_install_path/arcanist/bin/` to your PATH environment variable.
|
||||
When you type "arc", you should see something like this:
|
||||
|
|
|
@ -20,7 +20,7 @@ First, install dependencies:
|
|||
|
||||
Then install Arcanist itself:
|
||||
|
||||
somewhere/ $ git clone https://github.com/phacility/arcanist.git
|
||||
somewhere/ $ git clone https://github.com/phorgeit/arcanist.git
|
||||
|
||||
Add `arc` to your path:
|
||||
|
||||
|
|
Loading…
Reference in a new issue