From 9d4c87f5c7ad789074ff44846fd4ae4cf3bf2ccd Mon Sep 17 00:00:00 2001 From: Reece Alexander Date: Sun, 11 Feb 2018 05:48:09 +1000 Subject: [PATCH] Added installation instruction --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 20a4e06..76e98ef 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ This module provides a number of useful grid field components: This branch will aim for compatibility with SilverStripe 4.x. +## Installation +```bash +composer require symbiote/silverstripe-gridfieldextensions "^3" +``` + For SilverStripe 3.x, please see the [compatible branch](https://github.com/symbiote/silverstripe-gridfieldextensions/tree/2).