Revision: 3392
Author:
jai...@gmail.com
Date: Tue Feb 25 10:21:48 2014 UTC
Log: Fix for the recently added install instructions.
http://code.google.com/p/simplesamlphp/source/detail?r=3392
Modified:
/trunk/docs/simplesamlphp-install-repo.txt
=======================================
--- /trunk/docs/simplesamlphp-install-repo.txt Tue Feb 25 10:18:57 2014 UTC
+++ /trunk/docs/simplesamlphp-install-repo.txt Tue Feb 25 10:21:48 2014 UTC
@@ -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 @@
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