Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99b7700

Browse files
committed
docs:update readme file
1 parent 284dbd6 commit 99b7700

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ Repository to accompany the YouTube series
55

66
Requirements
77
------------
8-
9-
* PHP 8.0 or higher
8+
- [PHP 8.0 or higher](https://www.php.net/downloads.php)
9+
- [Composer](https://getcomposer.org/)
10+
- [Symfony CLI](https://symfony.com/download)
11+
<!-- - [Docker](https://www.docker.com/) -->
1012

1113
Installation
1214
------------
13-
Clone the project.
15+
```bash
16+
$ git clone https://github.com/GaryClarke/async-symfony.git
17+
$ cd async-symfony
18+
```
1419

1520
Usage
1621
-----
1722
Install all dependencies via `composer`:
1823

1924
```bash
20-
$ composer intall
25+
$ composer install
2126
```
2227
Run the project:
2328

@@ -40,3 +45,11 @@ Execute this command to run tests:
4045
$ cd my_project/
4146
$ ./bin/phpunit
4247
```
48+
49+
## Contribution
50+
if you want to contribute, feel free to follow the video which explains everything about it [here](https://www.youtube.com/watch?v=s_foKPUz62w)
51+
52+
53+
## Socials
54+
55+
Subscribe to YouTube channel [here](https://www.youtube.com/c/GaryClarkeTech/featured)

0 commit comments

Comments
 (0)