diff --git a/docs/simplesamlphp-install-repo.txt b/docs/simplesamlphp-install-repo.txt index 5df4969d..f9a3f481 100644 --- a/docs/simplesamlphp-install-repo.txt +++ b/docs/simplesamlphp-install-repo.txt @@ -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