README.md in dbox-0.1.0 vs README.md in dbox-0.2.0

- old
+ new

@@ -7,13 +7,19 @@ Installation ------------ +### Install dbox + +```sh +$ gem install dbox +``` + ### Get developer keys -* Follow the instructions at https://www.dropbox.com/developers/quickstart to create a Dropbox development application, and copy the application keys. +* Follow the instructions at https://www.dropbox.com/developers/quickstart to create a Dropbox development application, and copy the application keys. Unless you get your app approved for production status, these keys will only work with the account you create them under, so make sure you are logged in with the account you want to access from dbox. * Now either set the keys as environment variables: ```sh $ export DROPBOX_APP_KEY=cmlrrjd3j0gbend @@ -63,19 +69,19 @@ ```sh $ dbox authorize ``` -### Clone an existing Dropbox folder +### Create a new Dropbox folder ```sh -$ dbox clone <remote_path> [<local_path>] +$ dbox create <remote_path> [<local_path>] ``` -### Create a new Dropbox folder +### Clone an existing Dropbox folder ```sh -$ dbox create <remote_path> [<local_path>] +$ dbox clone <remote_path> [<local_path>] ``` ### Pull (download changes from Dropbox) ```sh