From 953992e896999f31def9d53f24dc06237ee3cf16 Mon Sep 17 00:00:00 2001 From: Shaun de Greeff Date: Sun, 27 Jul 2014 21:32:39 +0200 Subject: [PATCH] Update composer.md Add a link to the Windows wamp page so that people will find info on how to install composer on windows more readily --- docs/en/installation/composer.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/installation/composer.md b/docs/en/installation/composer.md index 585af09b2..c74654d49 100644 --- a/docs/en/installation/composer.md +++ b/docs/en/installation/composer.md @@ -39,6 +39,9 @@ If you already have composer installed you can update it by running: Composer updates regularly, so you should run this command fairly often. These instructions assume you are running the latest version. +## Installing Composer on Windows WAMP +For those that use WAMP as a development environment, [detailed information is available on installing using Composer.](/windows-wamp#install-wamp) + ## Create a new site Composer can create a new site for you, using the installer as a template (by default composer will download the latest stable version):