Skip to content

Commit

Permalink
Create a basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aabenoja committed Jan 12, 2017
1 parent 9209b41 commit c29b9eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Cake.Parallel

This module overrides the original cake engine to run tasks in parallel.

## Installation
Download the `Cake.Parallel.Module.dll` file from the releases and drop
it into your cake modules directory. This is typically the `/tools/modules`
directory that you may have to create, unless you have configured otherwise.
Your cake build should recognize the module and run it instead.

0 comments on commit c29b9eb

Please sign in to comment.