README in echoe-2.7.13 vs README in echoe-3
- old
+ new
@@ -22,11 +22,16 @@
= Usage
== Installation
+Install the gem:
sudo gem install echoe
+
+If you haven't already, make sure Rubyforge is configured locally and your password is correctly set:
+ rubyforge setup
+ rubyforge config
== Project configuration
Organize your gem according to the usual structure:
@@ -55,12 +60,10 @@
More advanced configuration is described in the Echoe class.
== Deploying your gem
-First, run <tt>rubyforge setup</tt> and <tt>rubyforge config</tt> if you haven't already. Make sure your Rubyforge password is correctly set.
-
-Now, to deploy the gem and documentation:
+To deploy the gem and documentation:
rake manifest
rake release
rake publish_docs