Readme - update installation instructions

This commit is contained in:
Meritoo
2017-08-29 23:17:34 +02:00
parent d9ab2a082e
commit 17ac1dc72c
2 changed files with 2 additions and 15 deletions

View File

@@ -3,20 +3,7 @@ Useful classes, methods, extensions etc.
## Installation ## Installation
#### Composer Run [Composer](https://getcomposer.org) to install new package:
1. Open ```composer.json``` and add address of repository in ```repositories``` section:
```json
"repositories": [
{
"type": "vcs",
"url": "git@github.com:meritoo/common-library.git"
}
]
```
2. Run [Composer](https://getcomposer.org) to install new package:
```bash ```bash
$ composer require meritoo/common-library $ composer require meritoo/common-library

View File

@@ -2,7 +2,7 @@
"name": "meritoo/common-library", "name": "meritoo/common-library",
"description": "Useful classes, methods, extensions etc.", "description": "Useful classes, methods, extensions etc.",
"license": "MIT", "license": "MIT",
"version": "0.0.1", "version": "0.0.2",
"authors": [ "authors": [
{ {
"name": "Meritoo.pl", "name": "Meritoo.pl",