Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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