Revision: 68e2f2494f69
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 10:53:26 2013 UTC
Log:      Changed the extracting instructions

http://code.google.com/p/robotframework-sshlibrary/source/detail?r=68e2f2494f69&repo=wiki

Modified:
 /InstallationInstructions.wiki

=======================================
--- /InstallationInstructions.wiki      Mon Sep 16 10:51:47 2013 UTC
+++ /InstallationInstructions.wiki      Mon Sep 16 10:53:26 2013 UTC
@@ -21,7 +21,7 @@

If pip is not available, SSHLibrary can be installed from source as following: # Download the source tar.gz at https://code.google.com/p/robotframework-sshlibrary/downloads
-  # Extract the downloaded package to a temporary location
+  # Extract the package to a temporary location
   # Open a terminal
   # `cd` to the extracted directory
   # Run `python setup.py install`
@@ -36,7 +36,7 @@

 3. Install Paramiko from source as following:
# Download the [https://github.com/paramiko/paramiko/archive/1.11.zip Paramiko source distribution]
-  # Extract the package to a temporary location
+  # Unzip the package to a temporary location
   # Open a command prompt
   # `cd` to the extracted directory
   # Run `python setup.py install`
@@ -53,7 +53,7 @@

 SSHLibrary is installed as following:
# Download the source tar.gz at https://code.google.com/p/robotframework-sshlibrary/downloads
-  # Extract the downloaded package to a temporary location
+  # Extract the package to a temporary location
   # Open a command prompt / terminal
   # `cd` to the extracted directory
   # Run `jython setup.py install`

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to