From 7104ba8cf3c92a0524319655a79fbf1c23bc3c6c Mon Sep 17 00:00:00 2001 From: Eduardo Martinez Echevarria Date: Thu, 4 Nov 2021 18:51:15 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec1eeab..dfd21b4 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,14 @@ Add this line to your application's Gemfile: +For Decidim 0.25: ```ruby -gem "decidim-extra_user_fields", git: "https://github.com/PopulateTools/decidim-module-extra_user_fields" +gem "decidim-extra_user_fields", git: "https://github.com/PopulateTools/decidim-module-extra_user_fields", branch: "release/0.25-stable" +``` + +For Decidim 0.24: +```ruby +gem "decidim-extra_user_fields", git: "https://github.com/PopulateTools/decidim-module-extra_user_fields", branch: "release/0.24-stable" ``` And then execute: