From dcfdb472162b247562134a31378131fca308d674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Lima?= Date: Wed, 4 May 2022 19:08:34 -0300 Subject: [PATCH] Add Library Installation on README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7046600..7c38bd3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ $result = Stream::rangeInt(0, 10) ->collect(); ``` +### Installation +Install the library with [Composer](https://getcomposer.org) by running + +```PHP +composer require ebanx/stream +``` + ### Licensing We are distributing it using the permissive MIT license. Feel free to do whatever you want with it.