From 39c7f6db2fb72bf51ebf74af418d0cdb50e55194 Mon Sep 17 00:00:00 2001 From: "jaimepc@gmail.com" Date: Tue, 25 Feb 2014 10:21:48 +0000 Subject: [PATCH] Fix for the recently added install instructions. git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3392 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 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