Skip to content

Commit 210a65c

Browse files
author
Eugene Tupikov
committed
update documentation
1 parent eaf2c20 commit 210a65c

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

docs/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
1-
# Installation
2-
3-
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
4-
5-
Either run
6-
7-
```text
8-
php composer.phar require unclead/yii2-multiple-input "~2.0"
9-
```
10-
11-
or add
12-
13-
```text
14-
"unclead/yii2-multiple-input": "~2.0"
15-
```
16-
17-
to the `require`section of your `composer.json` file.
18-

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of contents
22

3-
* [Installation](README.md)
3+
* [Installation](installation.md)
44
* [Getting started](getting-started.md)
55
* [Usage](usage.md)
66
* [Configuration](configuration.md)

docs/installation.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Installation
2+
3+
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
4+
5+
Either run
6+
7+
```text
8+
php composer.phar require unclead/yii2-multiple-input "~2.0"
9+
```
10+
11+
or add
12+
13+
```text
14+
"unclead/yii2-multiple-input": "~2.0"
15+
```
16+
17+
to the `require`section of your `composer.json` file.
18+

0 commit comments

Comments
 (0)