Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
trying a changed install.rb rather than adding a blank README
Browse files Browse the repository at this point in the history
  • Loading branch information
lightcap committed Feb 25, 2009
1 parent ab17666 commit 7e11db6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.rb
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
puts IO.read(File.join(File.dirname(__FILE__), 'README'))
if File.exists(File.join(File.dirname(__FILE__), 'README'))
puts IO.read(File.join(File.dirname(__FILE__), 'README'))
else
puts IO.read(File.join(File.dirname(__FILE__), 'README.textile'))
end

0 comments on commit 7e11db6

Please sign in to comment.