Browse Source
Merge pull request #1 from weskerfoot/update-readme
Update readme
master
Wesley Kerfoot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
README.md
|
|
@ -3,6 +3,9 @@ Bolt |
|
|
|
|
|
|
|
Bolt is an automation DSL, similar to [http://fabfile.org](http://fabfile.org) |
|
|
|
|
|
|
|
It runs tasks concurrently. It is currently only experimental but can be used |
|
|
|
for basic tasks. |
|
|
|
|
|
|
|
### Installation |
|
|
|
``` |
|
|
|
git clone git@github.com:weskerfoot/Bolt.git |
|
|
|