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 +```