Fix for the recently added install instructions.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3392 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
jaimepc@gmail.com 2014-02-25 10:21:48 +00:00
parent 8fcad6e720
commit 39c7f6db2f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Installing SimpleSAMLphp from the repository
============================================
These are some notes about running SimpleSAMLphp from subversion.
These are some notes about running SimpleSAMLphp from the repository.
Installing from github
----------------------
@ -36,7 +36,7 @@ Go to the root directory of your simpleSAMLphp installation:
Ask git to update to the latest version:
git fetch origin
git pull master
git pull origin master
Install the external dependencies with Composer (http://getcomposer.org/):
php composer.phar install