From ad2cfeb3f150bf95293d4545c31303b2ce854d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=A4fer?= Date: Mon, 19 Jun 2023 18:38:38 +0200 Subject: [PATCH] Include details for specific version (#193) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa39bd6..ec753e9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The Magento Compiler feature is currently not supported. 1. Install module using [modman](https://github.com/colinmollenhour/modman): modman clone https://github.com/colinmollenhour/Cm_RedisSession - + If you want to install a specific version, you can add `-- --branch x.y.z` to the command. 2. Configure via app/etc/local.xml adding a `global/redis_session` section with the appropriate configuration if needed. See the "Configuration Example" below. 3. Refresh the config cache to allow the module to be installed by Magento.