From 4a4e45c880fa0bc56e5d3958d1e76ea740fe9c5d Mon Sep 17 00:00:00 2001 From: "jaimepc@gmail.com" Date: Tue, 25 Feb 2014 10:46:42 +0000 Subject: [PATCH] Add links to getcomposer.org. git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3394 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-install-repo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/simplesamlphp-install-repo.txt b/docs/simplesamlphp-install-repo.txt index 2796be76..3bc15907 100644 --- a/docs/simplesamlphp-install-repo.txt +++ b/docs/simplesamlphp-install-repo.txt @@ -20,7 +20,7 @@ Initialize configuration and metadata: cp -r config-templates/* config/ cp -r metadata-templates/* metadata/ -Install the external dependencies with Composer (you can refer to http://getcomposer.org/ to get detailed +Install the external dependencies with Composer (you can refer to [getcomposer.org](http://getcomposer.org/) to get detailed instructions on how to install Composer itself): php composer.phar install @@ -38,6 +38,6 @@ Ask git to update to the latest version: git fetch origin git pull origin master -Install the external dependencies with Composer (http://getcomposer.org/): +Install or upgrade the external dependencies with Composer ([get composer](http://getcomposer.org/)): php composer.phar install