From 80cdc654071f8e2d09adc858826e6be91d039f5f Mon Sep 17 00:00:00 2001 From: Joop Schilder Date: Mon, 14 Dec 2020 17:02:19 +0100 Subject: [PATCH] Add installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index df43e65..e408052 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ library. ## Okay, how do I use it? +Install it with [composer](https://getcomposer.org/): + +```sh +$ composer require toalett/multiprocessing +``` + ### Structure The library provides a single class to manage multiprocessing: the [`Context`](src/Context.php). It