From 6ba2cdfec756c0ac97138695669b4c2b9093438e Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 19 Feb 2006 03:44:29 +0000 Subject: [PATCH] A few tweaks/corrections to the README git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@3614 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index eaf40c91..40bfb3f8 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ SwitchTower was originally designed to simplify and automate deployment of web a == Dependencies -SwitchTower depends upon the Net::SSH library by Jamis Buck (http://net-ssh.rubyforge.org). Net::SSH itself depends on the Needle library (http://needle.rubyforge.org), also by Jamis Buck. If you are on Windows, you must have at least Net::SSH 1.0.3 installed. +SwitchTower depends upon the Net::SSH library by Jamis Buck (http://net-ssh.rubyforge.org). Net::SSH itself depends on the Needle library (http://needle.rubyforge.org), also by Jamis Buck. == Assumptions @@ -21,7 +21,7 @@ As with the rest of Rails, if you can abide by these assumptions, you can use Sw == Usage -More documentation is always pending, but you'll want to see the user manual for detailed usage instructions. (The manual is online at http://manuals.rubyonrails.com/read/book/17). +More documentation is always pending, but you'll want to see the user manual for detailed usage instructions. (The manual is online at http://manuals.rubyonrails.org/read/book/17). In general, you'll use SwitchTower as follows: @@ -30,6 +30,6 @@ In general, you'll use SwitchTower as follows: Use the +switchtower+ script as follows: - switchtower -r deploy -a someaction -vvvv + switchtower -r deploy -a someaction -vvv The -r switch specifies the recipe to use, and the -a switch specifies which action you want to execute. You can the -v switch multiple times (as shown) to increase the verbosity of the output.