diff --git a/Rakefile b/Rakefile index 01ea6f6..10c79f7 100644 --- a/Rakefile +++ b/Rakefile @@ -4,6 +4,10 @@ require 'rake' task :default => [:build] +task :open => :build do + sh "open .html/index.html" +end + task :build do sh "markdoc build" end