README.rdoc in mihael-transender-0.1.0 vs README.rdoc in mihael-transender-0.2.3
- old
+ new
@@ -10,28 +10,37 @@
* use from command line or ruby program
== SYNOPSIS:
You could use it in a Rails app maybe like this:
-Transender::Ji.transform_and_zip({:app_title=>"myClonedProject", :transform=>"git://github.com/mihael/iproject.git", :ji_path => File.join(File.dirname(__FILE__), %w[.. tmp]) }) do |zip|
- render :text => zip
-end
+ Transender::Ji.transform_and_zip({:app_title=>"myClonedProject", :transform=>"git://github.com/mihael/iproject.git", :ji_path => File.join(File.dirname(__FILE__), %w[.. tmp]) }) do |zip|
+ render :text => zip
+ end
+
Or on the command line, like this:
-transender git://github.com/mihael/iproject.git myFreshProject /projects/
+ transender git://github.com/mihael/iproject.git myFreshProject /projects/
+
== REQUIREMENTS:
-Nothing you would not have.
+Nothing you would not have. Only the simple tools.
* sed
* tar
* git
* ruby
== INSTALL:
+GitHub style:
+
+* gem sources -a http://gems.github.com
* sudo gem install mihael-transender
+
+RubyForge style:
+
+* sudo gem install transender
== Copyright
Copyright (c) 2009 Mihael. See LICENSE for details.