diff --git a/docs/install.md b/docs/install.md
index eee0c203..95416e7a 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -12,21 +12,21 @@ weight=-90
# Install Docker Compose
-You can run Compose on OS X and 64-bit Linux. It is currently not supported on
-the Windows operating system. To install Compose, you'll need to install Docker
-first.
+You can run Compose on OS X, Windows and 64-bit Linux. To install it, you'll need to install Docker first.
To install Compose, do the following:
1. Install Docker Engine:
- * Mac OS X installation (Toolbox installation includes both Engine and Compose)
+ * Mac OS X installation
- * Ubuntu installation
+ * Windows installation
- * other system installations
+ * Ubuntu installation
-2. Mac OS X users are done installing. Others should continue to the next step.
+ * other system installations
+
+2. The Docker Toolbox installation includes both Engine and Compose, so Mac and Windows users are done installing. Others should continue to the next step.
3. Go to the Compose repository release page on GitHub.