We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b31f3 commit 76494e6Copy full SHA for 76494e6
1 file changed
README.md
@@ -17,7 +17,8 @@ Table of Contents
17
* [Writing files](#writing-files)
18
* [Directory object](#directory-object)
19
* [List contents](#list-contents)
20
-4. [License](#license)
+4. [Install](#install)
21
+5. [License](#license)
22
23
Introduction
24
------------
@@ -129,6 +130,17 @@ $filesystem->dir(__DIR__)->ls()->then(function (\SplObjectStorage $list) {
129
130
});
131
```
132
133
+Install
134
+-------
135
+The recommended way to install this library is [through Composer](https://getcomposer.org).
136
+[New to Composer?](https://getcomposer.org/doc/00-intro.md)
137
+
138
+This will install the latest supported version:
139
140
+```bash
141
+$ composer require react/filesystem:^0.1.0
142
+```
143
144
License
145
-------
146
0 commit comments