From bfa6d770667a4a87f2335e0f7223a01f45818538 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no>
Date: Tue, 25 Feb 2014 10:21:48 +0000
Subject: [PATCH] Fix for the recently added install instructions.

git-svn-id: https://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 5df4969d8..f9a3f481f 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
-- 
GitLab