diff --git a/README.md b/README.md index f4d917d55..8c7430739 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ You can use Skyplane to transfer data: * Between object stores across multiple cloud providers * Between local storage and cloud object stores -Skyplane currently only supports MacOS and Linux. For Windows, first [install Linux on Windows with WSL](https://docs.microsoft.com/en-us/windows/wsl/install) to run Skyplane. +Skyplane supports all major public clouds including AWS, Azure, and GCP. It can also transfer data between any combination of these clouds: + + # Getting started diff --git a/docs/_static/supported-destinations.png b/docs/_static/supported-destinations.png new file mode 100644 index 000000000..7c5acb31d Binary files /dev/null and b/docs/_static/supported-destinations.png differ diff --git a/docs/index.rst b/docs/index.rst index e54b126b6..f11c2b43f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,6 +28,10 @@ Copy a large dataset in the cloud in a minute, not hours: $ skyplane [sync/cp] [local/s3/gcp/azure]://mybucket/big_dataset [local/s3/gcp/azure]://mybucket2/ +Skyplane supports copying data between any major public cloud: + +.. image:: /_static/supported-destinations.png + Contents --------