README.md in selbackup-0.1.0 vs README.md in selbackup-0.1.1

- old
+ new

@@ -5,12 +5,11 @@ ## Installation Installation ``` -gem install specific_install -gem specific_install -l https://github.com/Selectra-Dev/selbackup.git +gem install selbackup ``` your_file.rb ``` require 'selbackup' @@ -63,9 +62,20 @@ file2.tgz/ [...] [...] ``` +## Tasks + +exec `rake` to run rspec tests. + +exec `rake test_upload['yourKey', 'yourSecret', 'yourBucket']` to run an upload test. +This will create and upload files to your amazon S3 server. + +## Doc + +You can generate documentation by executing: `sdoc` +Don't forget to install the sdoc gem (`gem install sdoc`) ## Author Simon Ninon for Selectra SARL aka [Cylix](https://github.com/Cylix)