From c4772435962103188b4420188550f939d053513b Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 12 Jan 2022 17:55:25 +0200 Subject: [PATCH] Updated README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 282f0a4..5d3b652 100644 --- a/README +++ b/README @@ -5,3 +5,13 @@ tasky Before we can spawn any jobs one needs to first create a description of the type of `Job` that will be spawned. + + +## Adding to your project + +The tasky library is [available on DUB](https://code.dlang.org/packages/tasky) and can easily +be added to your project ny running the following command: + +```bash +dub add tasky +```