1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-02 09:58:24 +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. - PHP, which should be installed by default.
- Arcanist itself, see @{article:Arcanist User Guide}. - Arcanist itself, see @{article:Arcanist User Guide}.
or @{article:Arcanist Quick Start}
- SVN, Git, or Mercurial. - SVN, Git, or Mercurial.
Then, configure: Then, configure:

View file

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

View file

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