Skip to content

Commit 3c291cb

Browse files
author
Andreas Aagaard
committed
# Added readme
1 parent 2ea57ea commit 3c291cb

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

readme.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
## Installation
22

3-
You can install the package via composer:
43

5-
```bash
6-
composer require quick-order/laravel-owm
4+
Add github repository and package name to composer.json
5+
```json
6+
{
7+
"require": {
8+
"quick-order/laravel-owm": "0.*"
9+
},
10+
"repositories": [
11+
{
12+
"type": "vcs",
13+
"url": "https://github.com/quick-order/laravel-owm"
14+
}
15+
]
16+
}
717
```
818

919
You can publish the config file with:

0 commit comments

Comments
 (0)