Installing with Sake
Sake is a gem that essentially provides for system wide Rake tasks. Mack contributor, DeLynn Berry, was kind enough to create some Sake tasks for Mack which can be used to install and update Mack on your system.
Before you can use Sake, you must have the gem installed on your computer:
$ sudo gem install sake
Once Sake is installed you can download and install the Mack Sake tasks like so:
$ sake -i http://www.mackframework.com/mack-dev.sake
Now you just need to do the following and Mack will be downloaded, and installed for you:
$ sake mack:clone $ sake mack:install:all
For more information on Sake, please check out: http://errtheblog.com/posts/60-sake-bomb