Sha256: 5776a5e68bb305e3564c24aaf62115cdbab05f554932ccc6043b5c637827ee2c
Contents?: true
Size: 297 Bytes
Versions: 8
Compression:
Stored size: 297 Bytes
Contents
#!/usr/bin/env ruby require 'fileutils' include FileUtils current = Dir.pwd Dir.chdir(File.dirname(__FILE__)) Dir.chdir('../') Dir.chdir('rdfa-typo') rdfatypo = Dir.pwd cp_r rdfatypo, current puts 'Now go to your admin section of your typo installation' puts 'and activate the rdfa-typo theme.'
Version data entries
8 entries across 8 versions & 1 rubygems