From 954a5bce2d8ae0fb120868e5e0b27fa722c0fa3c Mon Sep 17 00:00:00 2001 From: Deltik Date: Tue, 13 Feb 2018 04:42:20 -0600 Subject: [PATCH] Reordered README.md Quickstart Should flow a bit more naturally now --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 27ab3b1d8..c877838ae 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,19 @@ e107 Test Suites ```sh cd e107-test ``` -3. Update all submodules, which also obtains the latest development code of e107: - ```sh - git submodule update --init --recursive --remote - ``` -4. Configure the testing environment. +3. Configure the testing environment. * **Automatic deployments:** Edit `secrets.yml` to enable deploying to a cPanel account. See the "Automatic Test Deployments » Configuration" section below for details. * **Manual deployments:** See the "Manual Test Deployments » Configuration" section below for instructions. -5. On PHP 5.6 or newer, install dependencies with [Composer](https://getcomposer.org/): +4. On PHP 5.6 or newer, install dependencies with [Composer](https://getcomposer.org/): ```sh php -d allow_url_fopen=On $(which composer) update ``` - +5. Update all submodules, which also obtains the latest development code of e107: + ```sh + git submodule update --init --recursive --remote + ``` 6. Run tests: * **All tests:**