Skip to content
tzappa edited this page Feb 28, 2013 · 1 revision

Sugi is built with Composer in mind. So the best way to install Sugi is via composer. All you have to do is to add a repository in the composer.json file:

"require": {
    "rezon/sugi": "dev-master",
}

Clone this wiki locally