File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Table of Contents
1717 * [ Writing files] ( #writing-files )
1818 * [ Directory object] ( #directory-object )
1919 * [ List contents] ( #list-contents )
20- 4 . [ License] ( #license )
20+ 4 . [ Install] ( #install )
21+ 5 . [ License] ( #license )
2122
2223Introduction
2324------------
@@ -129,6 +130,17 @@ $filesystem->dir(__DIR__)->ls()->then(function (\SplObjectStorage $list) {
129130});
130131```
131132
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+
132144License
133145-------
134146
You can’t perform that action at this time.
0 commit comments