Updated README

This commit is contained in:
Tristan B. Velloza Kildaire 2022-01-12 17:55:25 +02:00
parent 4e48bf28e2
commit c477243596
1 changed files with 10 additions and 0 deletions

10
README
View File

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