diff --git a/README.md b/README.md index 9ebda79..6fff796 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ backends supported by [rclone](https://rclone.org). In other words, this helper makes it possible to push and pull to a large number of storage services with no native Git support. +This enables interacting via normal git mechanisms (eg: `git pull` or `git +push`) with a remote git repository stored on popular cloud services, optionally using +zero-knowledge encryption via [rclone's crypt](https://rclone.org/crypt/). + ## Installation and Usage - Visit the [rclone website](https://rclone.org) and follow the instructions for @@ -49,6 +53,7 @@ and on push only). - Google Drive - Onedrive - DropBox +- [Rclone crypt](https://rclone.org/crypt/) ## Acknowledgements