Skip to content

Commit d49cc69

Browse files
committed
Add indormations to readme
1 parent dd4258f commit d49cc69

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ You can install this plugin into your CakePHP application using [composer](https
66

77
The recommended way to install composer packages is:
88

9+
## From packagist
10+
11+
```
12+
composer require maymeow/file-upload
13+
```
14+
15+
## From my server
16+
17+
Add to `composer.json` following repository
18+
19+
```json
20+
{"type":"composer","url":"https://git.cloud.hsoww.net/api/v4/group/121/-/packages/composer/packages.json"}
21+
```
22+
23+
then run
24+
925
```
1026
composer require maymeow/file-upload
1127
```

0 commit comments

Comments
 (0)