diff --git a/README.md b/README.md index 4beed1e..2fc54a8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # Encrypted ownCloud Portable Client -This is a portable ownCloud Client that runs on Windows. -At first run it will setup a portable ownCloud Client and starts it. -When you close the client by right-clicking the tray icon and selecting exit it -will put your documents and the client with all config into an encrypted archiv -using 7-Zip. +This is a portable ownCloud client that runs on Windows. +At starttime a Batch file is executed and will prompt you for a password. +On first run this will set your password to encrypt the ownCloud client configuration (host, user, password) and the data stored in your portable `Documents` folder. + +**ATTENTION**: This currently only works if used inside a complete PortableApps setup like used on USB sticks with the following directory structure: +``` +X:\ + Documents\ + ownCloud\ <-- This folder will be generated by the script + PortableApps\ + ownCloudPortable\ <-- Put the contents of this repository here +``` +A setup with the PortableApps directories not at the root of a drive is not yet tested. ## Used software