Add links to getcomposer.org.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3394 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
jaimepc@gmail.com 2014-02-25 10:46:42 +00:00
parent d57dbc5f66
commit 4a4e45c880
1 changed files with 2 additions and 2 deletions

View File

@ -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