From 9db5a869958d7758dd0d8fd3bd7114a70406b28b Mon Sep 17 00:00:00 2001 From: VeeeneX Date: Wed, 25 Jan 2017 21:08:01 +0100 Subject: [PATCH 1/3] Added Requirement Just to avoid #190 --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 295ea830..a653962a 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@ if Harbormaster is not enabled). Table of Contents ================= +* [Requirements](#requirements) * [Configuration](#configuration) * [Phabricator Configuration](#phabricator-configuration) * [Jenkins Setup](#jenkins-setup) @@ -21,6 +22,12 @@ Table of Contents * [Development](#development) * [Testing](#testing) + +Requirements +============= + +* Arc available on Jenkins + Configuration ============= From 39e254655dc78ec78af700f517a3e53b6fb3b9cf Mon Sep 17 00:00:00 2001 From: VeeeneX Date: Wed, 25 Jan 2017 21:15:10 +0100 Subject: [PATCH 2/3] Added arcanist --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a653962a..2e82d485 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Table of Contents Requirements ============= -* Arc available on Jenkins +* [Arcanist](https://github.com/phacility/arcanist) is installed on the Jenkins nodes where the tests will be run (e.g. not just the master) an the `arc` binary is in `$PATH` or configured explicitly in the global settings. Configuration ============= From c8abf4abcee3856793d78fab3fd234353bbad8ab Mon Sep 17 00:00:00 2001 From: VeeeneX Date: Wed, 25 Jan 2017 21:24:27 +0100 Subject: [PATCH 3/3] Updated typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2e82d485..7bf6daaf 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Table of Contents Requirements ============= -* [Arcanist](https://github.com/phacility/arcanist) is installed on the Jenkins nodes where the tests will be run (e.g. not just the master) an the `arc` binary is in `$PATH` or configured explicitly in the global settings. +* [Arcanist](https://github.com/phacility/arcanist) is installed on the Jenkins nodes where the tests will be run (e.g. not just the master) the `arc` binary is in `$PATH` or configured explicitly in the global settings. Configuration =============