Skip to content

Commit 1db68e3

Browse files
committed
Update the readme
1 parent 79ac301 commit 1db68e3

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Make sure your request is meaningful and you have tested the app locally before
1111

1212
* [PHP 7.4+](https://www.apachefriends.org/index.html)
1313
* [Composer](https://getcomposer.org)
14+
* [Imagick](https://www.php.net/imagick)
1415

1516
#### Linux
1617

@@ -51,6 +52,13 @@ putenv("TOKEN=ghp_example123");
5152
putenv("USERNAME=DenverCoder1");
5253
```
5354

55+
### Install dependencies
56+
Run the following command to install all the required dependencies to work on this project.
57+
58+
```bash
59+
composer install
60+
```
61+
5462
### Running the app locally
5563

5664
```bash
@@ -63,12 +71,6 @@ Open http://localhost:8000/demo/ to run the demo site
6371

6472
### Running the tests
6573

66-
Before you can run tests, PHPUnit must be installed. You can install it using Composer by running the following command.
67-
68-
```bash
69-
composer install
70-
```
71-
7274
Run the following command to run the PHPUnit test script which will verify that the tested functionality is still working.
7375

7476
```bash

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818

1919
## ⚡ Quick setup
2020

21-
1. Install the package with `composer install`
22-
2. Copy-paste the markdown below into your GitHub profile README
23-
3. Replace the value after `?user=` with your GitHub username
21+
1. Copy-paste the markdown below into your GitHub profile README
22+
2. Replace the value after `?user=` with your GitHub username
2423

2524
```md
2625
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=DenverCoder1)](https://git.io/streak-stats)
@@ -214,6 +213,13 @@ git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
214213
cd github-readme-streak-stats
215214
```
216215

216+
### Install dependencies
217+
Run the following command to install all the required dependencies to work on this project.
218+
219+
```bash
220+
composer install
221+
```
222+
217223
### Authorization
218224

219225
To get the GitHub API to run locally you will need to provide a token.
@@ -240,12 +246,6 @@ Open <http://localhost:8000/demo/> to run the demo site.
240246

241247
### Running the tests
242248

243-
Before you can run tests, PHPUnit must be installed. You can install it using Composer by running the following command.
244-
245-
```bash
246-
composer install
247-
```
248-
249249
Run the following command to run the PHPUnit test script which will verify that the tested functionality is still working.
250250

251251
```bash

0 commit comments

Comments
 (0)