Skip to content

Commit 370302e

Browse files
authored
add composer command to readme
1 parent 1ee558e commit 370302e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ type Query {
1313

1414
## Using
1515

16+
Install **composer** and installing required packages:
17+
18+
```
19+
sudo apt install composer
20+
composer install
21+
```
22+
1623
```
1724
php -S localhost:8080 ./graphql.php
1825
```

0 commit comments

Comments
 (0)