From 2614f13af7d52cdbb45a1cab97c2107957874d83 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sat, 5 May 2018 15:20:49 -0400 Subject: [PATCH] add install instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e4a5e..595d988 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ Bolt Bolt is an automation DSL, similar to [http://fabfile.org](http://fabfile.org) ### Installation - +``` +git clone git@github.com:weskerfoot/Bolt.git +raco pkg install --link bolt +``` Example: