diff --git a/packages/dropbox.rb b/packages/dropbox.rb index d59e73d11f9b822d850c5ef1a4ba2e60710ab673..52a91da0790101674fae37b61a7b7f1fb8caf223 100644 --- a/packages/dropbox.rb +++ b/packages/dropbox.rb @@ -48,7 +48,7 @@ class Dropbox < Package def self.postinstall puts puts "To finish the installation, execute 'dropboxd'.".lightblue - puts "Login to Dropbox, highlight the url and paste into Chrome.".lightblue + puts "Login to dropbox.com, highlight the url and paste into Chrome.".lightblue puts "Type Ctrl+C to exit dropboxd after linking your system.".lightblue puts "Execute 'dropbox start' and after synching is complete, files will be available in ~/Dropbox.".lightblue puts "Execute 'dropbox' to see the full list of available options.".lightblue