README.md in cifrado-0.1 vs README.md in cifrado-0.1.1
- old
+ new
@@ -26,10 +26,12 @@
* Ruby 1.8.7, 1.9.X and 2.0 compatibility.
Cifrado has a built-in help command:
```
+$ cifrado help
+
Tasks:
cifrado cinema CONTAINER VIDEO # Stream videos from the target container
cifrado delete CONTAINER [OBJECT] # Delete specific container or object
cifrado download [CONTAINER] [OBJECT] # Download container, objects
cifrado help [TASK] # Describe available tasks or one specifi...
@@ -93,16 +95,16 @@
### Setting up Cifrado for the first time
If you already have a Swift installation running,
you can use 'cifrado setup' to configure Cifrado for the first time.
-Note that it's not strictly required to save the options or running the
-setup process. If you do so, you'll not be asked for the username,
+The setup process is optional but highly recommended.
+If you run setup, you won't be asked for the username,
password, auth_url and other parameters required to run Cifrado.
-The setup command will ask you the OpenStack Swift authentication
-information:
+The setup command will ask you for the OpenStack Swift authentication
+parameters:
$ cifrado setup
Running cifrado setup...
Please provide OpenStack/Rackspace credentials.
@@ -114,10 +116,10 @@
Tenant: my_tenant
Password:
Auth URL: https://identity.example.net/v2.0/tokens
Do you want to save these settings? (y/n)
-There's an alternative way to setup cifrado and provision a Swift All-In-One
+There's an alternative way to setup Cifrado and provision a Swift All-In-One
server for testing and/or personal use. Head over to the Wiki for more
details.
### Uploading/Downloading files with Cifrado