Skip to content

Commit d831b49

Browse files
committed
Add additional way to get the toolkit: git clone
1 parent 9e11dec commit d831b49

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,13 @@ Installation
8888

8989
### Code ###
9090

91-
#### Option 1. Download from github ####
91+
#### Option 1. clone the repository from github ####
92+
93+
git clone git@github.com:onelogin/php-saml.git
94+
95+
Then pull the 3.X.X branch/tag
96+
97+
#### Option 2. Download from github ####
9298

9399
The toolkit is hosted on github. You can download it from:
94100

@@ -100,7 +106,10 @@ Copy the core of the library inside the php application. (each application has i
100106
structure so take your time to locate the PHP SAML toolkit in the best place).
101107
See the "Guide to add SAML support to my app" to know how.
102108

103-
#### Option 2. Composer ####
109+
Take in mind that the compressed file only contains the main files.
110+
If you plan to play with the demos, use the Option 1.
111+
112+
#### Option 3. Composer ####
104113

105114
The toolkit supports [composer](https://getcomposer.org/). You can find the `onelogin/php-saml` package at https://packagist.org/packages/onelogin/php-saml
106115

0 commit comments

Comments
 (0)