README.md in dbox-0.6.0 vs README.md in dbox-0.6.1
- old
+ new
@@ -1,12 +1,19 @@
dbox
====
-Dropbox integration made easy.
+Dropbox integration made easy. This robust client gives you control over what, where, and when you sync with Dropbox.
-Push and pull your Dropbox folders, with fine-grained control over what folder you are syncing, where you are syncing it to, and when you are doing it.
+Available as both a command-line client and a Ruby API.
-Take your pick: a command-line client or a Ruby API.
+```sh
+$ cd /tmp
+$ dbox clone Public
+$ cd Public
+$ echo "Hello World" > hello.txt
+$ dbox sync
+[INFO] Uploading /Public/hello2.txt
+```
**IMPORTANT:** This is **not** an automated Dropbox client. It will exit after sucessfully pushing/pulling, so if you want regular updates, you can run it in cron, a loop, etc. If you do want to run it in a loop, take a look at [sample_polling_script.rb](http://github.com/kenpratt/dbox/blob/master/sample_polling_script.rb). You get deterministic control over what you want Dropbox to do and when you want it to happen.
Installation