From 0510993ce2f510ded3845655e638426798a9ddd9 Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 3 Mar 2016 14:32:20 -0300 Subject: [PATCH] download predis when cloing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df0a9d8..89695f3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Stores your $_SESSION in Redis, using encoding of your choice. Dependency: [pred Clone: ```` -git clone https://TheDeveloper@github.com/TheDeveloper/redis-session-php.git +git clone --recursive https://TheDeveloper@github.com/TheDeveloper/redis-session-php.git ```` Or include as a submodule: @@ -107,4 +107,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.