Skip to content

Commit

Permalink
readme: add a command to install development dependencies
Browse files Browse the repository at this point in the history
Closes #93
  • Loading branch information
ligurio committed Nov 3, 2021
1 parent 176e713 commit 66ad97a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,7 @@ expirationd.start(job_name, space.id, is_expired, {

## Testing

Simply start `make test`
```
$ make deps
$ make test
```

0 comments on commit 66ad97a

Please sign in to comment.