1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Add clearer language and options to Arcanist install guides

Summary: Fixes T12315. Reworks the copy placement a little, adds more links.

Test Plan: Read in sandbox

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12315

Differential Revision: https://secure.phabricator.com/D17413
This commit is contained in:
Chad Little 2017-02-24 16:34:32 -08:00
parent eec6cd865c
commit c15501fc9b
3 changed files with 7 additions and 6 deletions

View file

@ -9,6 +9,7 @@ You need to install:
- PHP, which should be installed by default.
- Arcanist itself, see @{article:Arcanist User Guide}.
or @{article:Arcanist Quick Start}
- SVN, Git, or Mercurial.
Then, configure:

View file

@ -4,16 +4,15 @@
Quick guide to getting Arcanist working for a new project.
This is a summary of steps to install Arcanist, configure a project for use with
it, and run `arc` to send changes for review.
= Install Arcanist =
For detailed instructions on installing Arcanist, see
@{article:Arcanist User Guide}.
it, and run `arc` to send changes for review. For detailed instructions on
installing Arcanist, see @{article:Arcanist User Guide}. OS specific guides
are also available.
- For Mac OS X, see @{article:Arcanist User Guide: Mac OS X}.
- For Windows, see @{article:Arcanist User Guide: Windows}.
= Installing Arcanist =
First, install dependencies:
- Install PHP.

View file

@ -17,6 +17,7 @@ into issues.
You need to install:
- Arcanist itself, see @{article:Arcanist User Guide}.
or @{article:Arcanist Quick Start}.
- PHP (see "Detailed PHP Install Instructions" below).
- SVN, Git, or Mercurial.