1. Simply unpack the contents of the zip file into your /themes directory in your silverstripe project
  2. Change to theme by putting the following line in your ./mysite/_config.php:

    SSViewer::set_theme(“themename”);

  3. Visit your homepage, ensuring you flush the cache (append ?flush=1 to the url).