README.md in picasa-0.5.0 vs README.md in picasa-0.5.1

- old
+ new

@@ -39,24 +39,37 @@ ``` thor install https://github.com/morgoth/picasa/raw/master/extra/Thorfile --as picasa_uploader --force ``` +Updating script can be done by: + +``` +thor update picasa_uploader +``` + And then use it (it will create album taking title from folder name and upload all photos from that directory): ``` GOOGLE_USER_ID=your.email@gmail.com GOOGLE_PASSWORD=secret thor picasa_uploader:upload_all path-to-folder-with-photos ``` +If your upload was somehow interrupted, you can resume it by adding `--continue` option: + +``` +GOOGLE_USER_ID=your.email@gmail.com GOOGLE_PASSWORD=secret thor picasa_uploader:upload_all --continue path-to-folder-with-photos +``` + ## Continuous Integration [![Build Status](https://secure.travis-ci.org/morgoth/picasa.png)](http://travis-ci.org/morgoth/picasa) ## Contributors * [Bram Wijnands](https://github.com/Bram--) * [Rafael Souza](https://github.com/rafaels) * [jsaak](https://github.com/jsaak) * [Javier Guerra](https://github.com/javierg) +* [Eiichi Takebuchi](https://github.com/GRGSIBERIA) ## Copyright Copyright (c) Wojciech Wnętrzak, released under the MIT license.