diff --git a/docs/simplesamlphp-install-repo.txt b/docs/simplesamlphp-install-repo.txt
index 5df4969d84120bb901cf1dec2419b63484c1ef63..f9a3f481f586bc4c146381eebc7cf7efb5ad71b4 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