From 5b9fb93a8300450bc93e36511ed2249adb0b5d53 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:14:43 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 90c14af..102cfb3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ The aim of this is to implement the Silverstripe config system in a way that can be understood by many and to improve performance whilst keeping the powerful features. +## Installation + +```sh +composer require silverstripe/config +``` + # Documentation * [Manifesto](docs/manifesto.md)