Skip to content

Commit

Permalink
Merge pull request #16 from seregazhuk/master
Browse files Browse the repository at this point in the history
Add installation section to Readme
  • Loading branch information
WyriHaximus authored Feb 11, 2018
2 parents 53b31f3 + 76494e6 commit 47d1b18
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Table of Contents
* [Writing files](#writing-files)
* [Directory object](#directory-object)
* [List contents](#list-contents)
4. [License](#license)
4. [Install](#install)
5. [License](#license)

Introduction
------------
Expand Down Expand Up @@ -129,6 +130,17 @@ $filesystem->dir(__DIR__)->ls()->then(function (\SplObjectStorage $list) {
});
```

Install
-------
The recommended way to install this library is [through Composer](https://getcomposer.org).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

This will install the latest supported version:

```bash
$ composer require react/filesystem:^0.1.0
```

License
-------

Expand Down

0 comments on commit 47d1b18

Please sign in to comment.