summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
authorBrendan G. Lim2008-04-19 01:17:51 -0500
committerBrendan G. Lim2008-04-19 01:17:51 -0500
commitd16925d6f60669d492005b419df212d26b3d21bd (patch)
treef768613e8eb6cac9156cd8d26116cd23ecba96bf /install.rb
parent9cf4ef9db332418dd167bd942f29ed34d11f20f9 (diff)
downloadsms-fu-d16925d6f60669d492005b419df212d26b3d21bd.tar.bz2
Adding in kajeet to carrier list and updated README
Diffstat (limited to 'install.rb')
-rw-r--r--install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 20fd849..73695a6 100644
--- a/install.rb
+++ b/install.rb
@@ -1,4 +1,4 @@
require 'ftools'
require 'fileutils'
-puts IO.read(File.join(File.dirname(__FILE__), 'README'))
+puts IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
File.copy(File.dirname(__FILE__)+'/templates/sms_fu.yml', File.dirname(__FILE__)+'/../../../config') \ No newline at end of file